public class
Validator
Public Constructors
Public Methods
static <T> void | |
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()
|