Method | Description | |
---|---|---|
allocate ( int capacity ) : |
||
allocateDirect ( int capacity ) : |
||
array ( ) : byte[] | ||
arrayOffset ( ) : int | ||
asCharBuffer ( ) : |
||
asDoubleBuffer ( ) : |
||
asFloatBuffer ( ) : |
||
asIntBuffer ( ) : |
||
asLongBuffer ( ) : |
||
asReadOnlyBuffer ( ) : |
||
asShortBuffer ( ) : |
||
compact ( ) : |
||
compareTo ( |
||
duplicate ( ) : |
||
equals ( object ob ) : bool | ||
get ( byte dst ) : |
||
get ( byte dst, int offset, int length ) : |
||
get ( ) : byte | ||
get ( int index ) : byte | ||
getChar ( ) : char | ||
getChar ( int index ) : char | ||
getDouble ( ) : double | ||
getDouble ( int index ) : double | ||
getFloat ( ) : float | ||
getFloat ( int index ) : float | ||
getInt ( ) : int | ||
getInt ( int index ) : int | ||
getLong ( ) : long | ||
getLong ( int index ) : long | ||
getShort ( ) : short | ||
getShort ( int index ) : short | ||
hasArray ( ) : bool | ||
hashCode ( ) : int | ||
isDirect ( ) : bool | ||
order ( |
||
order ( ) : |
||
put ( |
||
put ( byte b ) : |
||
put ( byte src, int offset, int length ) : |
||
put ( int index, byte b ) : |
||
putChar ( char value ) : |
||
putChar ( int index, char value ) : |
||
putDouble ( double value ) : |
||
putDouble ( int index, double value ) : |
||
putFloat ( float value ) : |
||
putFloat ( int index, float value ) : |
||
putInt ( int value ) : |
||
putInt ( int index, int value ) : |
||
putLong ( int index, long value ) : |
||
putLong ( long value ) : |
||
putShort ( int index, short value ) : |
||
putShort ( short value ) : |
||
slice ( ) : |
||
toString ( ) : |
||
wrap ( byte array ) : |
||
wrap ( byte array, int offset, int length ) : |
Method | Description | |
---|---|---|
ByteBufferN ( int mark, int pos, int lim, int cap ) : |
||
ByteBufferN ( int mark, int pos, int lim, int cap, byte hb, int offset ) : |
||
_get ( int i ) : byte | ||
_put ( int i, byte b ) : void |
public static allocate ( int capacity ) : |
||
capacity | int | |
return |
public static allocateDirect ( int capacity ) : |
||
capacity | int | |
return |
public abstract asReadOnlyBuffer ( ) : |
||
return |
public get ( byte dst, int offset, int length ) : |
||
dst | byte | |
offset | int | |
length | int | |
return |
public abstract getDouble ( int index ) : double | ||
index | int | |
return | double |
public abstract getFloat ( int index ) : float | ||
index | int | |
return | float |
public abstract getShort ( int index ) : short | ||
index | int | |
return | short |
public order ( |
||
bo | ||
return |
public put ( byte src, int offset, int length ) : |
||
src | byte | |
offset | int | |
length | int | |
return |
public abstract put ( int index, byte b ) : |
||
index | int | |
b | byte | |
return |
public abstract putChar ( char value ) : |
||
value | char | |
return |
public abstract putChar ( int index, char value ) : |
||
index | int | |
value | char | |
return |
public abstract putDouble ( double value ) : |
||
value | double | |
return |
public abstract putDouble ( int index, double value ) : |
||
index | int | |
value | double | |
return |
public abstract putFloat ( float value ) : |
||
value | float | |
return |
public abstract putFloat ( int index, float value ) : |
||
index | int | |
value | float | |
return |
public abstract putInt ( int value ) : |
||
value | int | |
return |
public abstract putInt ( int index, int value ) : |
||
index | int | |
value | int | |
return |
public abstract putLong ( int index, long value ) : |
||
index | int | |
value | long | |
return |
public abstract putLong ( long value ) : |
||
value | long | |
return |
public abstract putShort ( int index, short value ) : |
||
index | int | |
value | short | |
return |
public abstract putShort ( short value ) : |
||
value | short | |
return |
public static wrap ( byte array ) : |
||
array | byte | |
return |
public static wrap ( byte array, int offset, int length ) : |
||
array | byte | |
offset | int | |
length | int | |
return |