Validator

public class Validator

Public Constructors

Public Methods

static <T> void
copyToArgs(DataBuffer<T> src, DataBuffer<T> dst, long size)
static void
createArgs(long size, long maxSize)
static <T> void
getArgs(DataBuffer<T> buffer, long index)
static <T> void
narrowArgs(DataBuffer<T> buffer, long size)
static <T> void
offsetArgs(DataBuffer<T> buffer, long index)
static <T> void
readArgs(DataBuffer<T> buffer, int arrayLength, int offset, int length)
static <T> void
setArgs(DataBuffer<T> buffer, long index)
static <T> void
sliceArgs(DataBuffer<T> buffer, long index, long size)
static <T> void
writeArgs(DataBuffer<T> buffer, int arrayLength, int offset, int length)

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 Validator ()

Public Methods

public static void copyToArgs (DataBuffer<T> src, DataBuffer<T> dst, long size)

public static void createArgs (long size, long maxSize)

public static void getArgs (DataBuffer<T> buffer, long index)

public static void narrowArgs (DataBuffer<T> buffer, long size)

public static void offsetArgs (DataBuffer<T> buffer, long index)

public static void readArgs (DataBuffer<T> buffer, int arrayLength, int offset, int length)

public static void setArgs (DataBuffer<T> buffer, long index)

public static void sliceArgs (DataBuffer<T> buffer, long index, long size)

public static void writeArgs (DataBuffer<T> buffer, int arrayLength, int offset, int length)