Method | Description | |
---|---|---|
asCharBuffer ( ) : |
||
asDoubleBuffer ( ) : |
||
asFloatBuffer ( ) : |
||
asIntBuffer ( ) : |
||
asLongBuffer ( ) : |
||
asReadOnlyBuffer ( ) : |
||
asShortBuffer ( ) : |
||
compact ( ) : |
||
duplicate ( ) : |
||
get ( byte dst, int offset, int length ) : |
||
get ( ) : byte | ||
get ( int i ) : byte | ||
getChar ( ) : char | ||
getChar ( int i ) : char | ||
getDouble ( ) : double | ||
getDouble ( int i ) : double | ||
getFloat ( ) : float | ||
getFloat ( int i ) : float | ||
getInt ( ) : int | ||
getInt ( int i ) : int | ||
getLong ( ) : long | ||
getLong ( int i ) : long | ||
getShort ( ) : short | ||
getShort ( int i ) : short | ||
isDirect ( ) : bool | ||
isReadOnly ( ) : bool | ||
put ( |
||
put ( byte x ) : |
||
put ( byte src, int offset, int length ) : |
||
put ( int i, byte x ) : |
||
putChar ( char x ) : |
||
putChar ( int i, char x ) : |
||
putDouble ( double x ) : |
||
putDouble ( int i, double x ) : |
||
putFloat ( float x ) : |
||
putFloat ( int i, float x ) : |
||
putInt ( int x ) : |
||
putInt ( int i, int x ) : |
||
putLong ( int i, long x ) : |
||
putLong ( long x ) : |
||
putShort ( int i, short x ) : |
||
putShort ( short x ) : |
||
slice ( ) : |
Method | Description | |
---|---|---|
HeapByteBufferN ( byte buf, int mark, int pos, int lim, int cap, int off ) : |
||
ix ( int i ) : int |
Method | Description | |
---|---|---|
HeapByteBufferN ( byte buf, int off, int len ) : |
||
HeapByteBufferN ( int cap, int lim ) : |
||
_get ( int i ) : byte | ||
_put ( int i, byte b ) : void |
protected HeapByteBufferN ( byte buf, int mark, int pos, int lim, int cap, int off ) : |
||
buf | byte | |
mark | int | |
pos | int | |
lim | int | |
cap | int | |
off | int | |
return |
public get ( byte dst, int offset, int length ) : |
||
dst | byte | |
offset | int | |
length | int | |
return |
public put ( byte src, int offset, int length ) : |
||
src | byte | |
offset | int | |
length | int | |
return |
public putChar ( int i, char x ) : |
||
i | int | |
x | char | |
return |
public putDouble ( int i, double x ) : |
||
i | int | |
x | double | |
return |
public putFloat ( int i, float x ) : |
||
i | int | |
x | float | |
return |
public putLong ( int i, long x ) : |
||
i | int | |
x | long | |
return |
public putShort ( int i, short x ) : |
||
i | int | |
x | short | |
return |