public class
MiscDataBufferFactory
Factory of miscellaneous data buffers
Public Constructors
Public Methods
static BooleanDataBuffer |
create(BitSet bitSet, long numBits, boolean readOnly)
|
static <T> DataBuffer<T> |
create(T[] array, boolean readOnly)
|
static BooleanDataBuffer |
create(boolean[] array, boolean readOnly)
|