Item % of partially implemented % of fully implemented
java.nio
85
allocateDirect(int) : ByteBuffer
allocate(int) : ByteBuffer
wrap(byte[], int, int) : ByteBuffer
wrap(byte[]) : ByteBuffer
slice() : ByteBuffer
slice(int, int) : ByteBuffer
duplicate() : ByteBuffer
asReadOnlyBuffer() : ByteBuffer
get() : byte
put(byte) : ByteBuffer
get(int) : byte
put(int, byte) : ByteBuffer
get(byte[], int, int) : ByteBuffer
get(byte[]) : ByteBuffer
get(int, byte[], int, int) : ByteBuffer
get(int, byte[]) : ByteBuffer
put(int, ByteBuffer, int, int) : ByteBuffer
put(byte[], int, int) : ByteBuffer
put(byte[]) : ByteBuffer
put(int, byte[], int, int) : ByteBuffer
put(int, byte[]) : ByteBuffer
hasArray() : boolean
array() : byte[]
arrayOffset() : int
position(int) : ByteBuffer
limit(int) : ByteBuffer
mark() : ByteBuffer
reset() : ByteBuffer
clear() : ByteBuffer
flip() : ByteBuffer
rewind() : ByteBuffer
compact() : ByteBuffer
isDirect() : boolean
toString() : String
hashCode() : int
equals(Object) : boolean
compareTo(ByteBuffer) : int
mismatch(ByteBuffer) : int
order() : ByteOrder
alignmentOffset(int, int) : int
alignedSlice(int) : ByteBuffer
getChar() : char
putChar(char) : ByteBuffer
getChar(int) : char
putChar(int, char) : ByteBuffer
asCharBuffer() : CharBuffer
getShort() : short
putShort(short) : ByteBuffer
getShort(int) : short
putShort(int, short) : ByteBuffer
asShortBuffer() : ShortBuffer
getInt() : int
putInt(int) : ByteBuffer
getInt(int) : int
putInt(int, int) : ByteBuffer
asIntBuffer() : IntBuffer
getLong() : long
putLong(long) : ByteBuffer
getLong(int) : long
putLong(int, long) : ByteBuffer
asLongBuffer() : LongBuffer
getFloat() : float
putFloat(float) : ByteBuffer
getFloat(int) : float
putFloat(int, float) : ByteBuffer
asFloatBuffer() : FloatBuffer
getDouble() : double
putDouble(double) : ByteBuffer
getDouble(int) : double
putDouble(int, double) : ByteBuffer
asDoubleBuffer() : DoubleBuffer
duplicate() : Buffer
slice(int, int) : Buffer
slice() : Buffer
array() : Object
rewind() : Buffer
flip() : Buffer
clear() : Buffer
reset() : Buffer
mark() : Buffer
limit(int) : Buffer
position(int) : Buffer
compareTo(Object) : int