Statistics
 ChangedAddedRemovedUnchangedTotal
Contexts1106668
StatusChanged
Class Summary
ByteBuffer
Field Detail
Constructor Detail
Method Detail
alignedSlice(int)
alignmentOffset(int,int)
allocate(int)
allocateDirect(int)
array()
arrayOffset()
asCharBuffer()
asDoubleBuffer()
asFloatBuffer()
asIntBuffer()
asLongBuffer()
asReadOnlyBuffer()
asShortBuffer()
clear()
compact()
compareTo(java.nio.ByteBuffer)
duplicate()
equals(java.lang.Object)
flip()
get()
get(byte[])
get(byte[],int,int)
get(int)
getChar()
getChar(int)
getDouble()
getDouble(int)
getFloat()
getFloat(int)
getInt()
getInt(int)
getLong()
getLong(int)
getShort()
getShort(int)
hasArray()
hashCode()
isDirect()
limit(int)
mark()
mismatch(java.nio.ByteBuffer)
order()
order(java.nio.ByteOrder)
position(int)
put(byte)
put(byte[])
put(byte[],int,int)
put(int,byte)
put(java.nio.ByteBuffer)
putChar(char)
putChar(int,char)
putDouble(double)
putDouble(int,double)
putFloat(float)
putFloat(int,float)
putInt(int)
putInt(int,int)
putLong(int,long)
putLong(long)
putShort(int,short)
putShort(short)
reset()
rewind()
slice()
toString()
wrap(byte[])
wrap(byte[],int,int)

© 2018 Oracle Corporation and/or its affiliates