MiscDataBufferFactory

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)

Inherited Methods

boolean
equals(Object arg0)
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

Public Constructors

public MiscDataBufferFactory ()

Public Methods

public static BooleanDataBuffer create (BitSet bitSet, long numBits, boolean readOnly)

public static DataBuffer<T> create (T[] array, boolean readOnly)

public static BooleanDataBuffer create (boolean[] array, boolean readOnly)