| com.tc.bytes.TCByteBuffer
All known Subclasses: com.tc.bytes.TCByteBufferImpl,
Method Summary | |
public byte[] | array() | public int | arrayOffset() | public TCByteBuffer | asReadOnlyBuffer() | public int | capacity() | public void | checkedOut() | public TCByteBuffer | clear() | public void | commit() | public TCByteBuffer | duplicate() | public TCByteBuffer | flip() | public byte | get() | public TCByteBuffer | get(byte[] dst) | public TCByteBuffer | get(byte[] dst, int offset, int length) | public byte | get(int index) | public TCByteBuffer | get(int index, byte[] dst) | public TCByteBuffer | get(int index, byte[] dst, int offset, int length) | public boolean | getBoolean() | public boolean | getBoolean(int index) | public char | getChar() | public char | getChar(int index) | public double | getDouble() | public double | getDouble(int index) | public float | getFloat() | public float | getFloat(int index) | public int | getInt() | public int | getInt(int index) | public long | getLong() | public long | getLong(int index) | public ByteBuffer | getNioBuffer() | public short | getShort() | public short | getShort(int index) | public short | getUbyte() | public short | getUbyte(int index) | public long | getUint() | public long | getUint(int index) | public int | getUshort() | public int | getUshort(int index) | public boolean | hasArray() | public boolean | hasRemaining() | public boolean | isDirect() | public boolean | isReadOnly() | public int | limit() | public TCByteBuffer | limit(int newLimit) | public int | position() | public TCByteBuffer | position(int newPosition) | public TCByteBuffer | put(byte b) | public TCByteBuffer | put(byte[] src) | public TCByteBuffer | put(byte[] src, int offset, int length) | public TCByteBuffer | put(int index, byte b) | public TCByteBuffer | put(TCByteBuffer src) | public TCByteBuffer | put(int index, byte[] src) | public TCByteBuffer | put(int index, byte[] src, int offset, int length) | public TCByteBuffer | putBoolean(boolean b) | public TCByteBuffer | putBoolean(int index, boolean b) | public TCByteBuffer | putChar(char c) | public TCByteBuffer | putChar(int index, char c) | public TCByteBuffer | putDouble(double d) | public TCByteBuffer | putDouble(int index, double d) | public TCByteBuffer | putFloat(float f) | public TCByteBuffer | putFloat(int index, float f) | public TCByteBuffer | putInt(int i) | public TCByteBuffer | putInt(int index, int i) | public TCByteBuffer | putLong(long l) | public TCByteBuffer | putLong(int index, long l) | public TCByteBuffer | putShort(short s) | public TCByteBuffer | putShort(int index, short s) | public TCByteBuffer | putUbyte(int index, short value) | public TCByteBuffer | putUbyte(short value) | public TCByteBuffer | putUint(long i) | public TCByteBuffer | putUint(int index, long i) | public TCByteBuffer | putUshort(int s) | public TCByteBuffer | putUshort(int index, int s) | public TCByteBuffer | reInit() | public int | remaining() | public com.tc.bytes.TCByteBuffer | rewind() | public TCByteBuffer | slice() |
array | public byte[] array()(Code) | | |
arrayOffset | public int arrayOffset()(Code) | | |
capacity | public int capacity()(Code) | | |
checkedOut | public void checkedOut()(Code) | | |
commit | public void commit()(Code) | | |
get | public byte get(int index)(Code) | | |
getBoolean | public boolean getBoolean()(Code) | | |
getBoolean | public boolean getBoolean(int index)(Code) | | |
getChar | public char getChar()(Code) | | |
getChar | public char getChar(int index)(Code) | | |
getDouble | public double getDouble()(Code) | | |
getDouble | public double getDouble(int index)(Code) | | |
getFloat | public float getFloat()(Code) | | |
getFloat | public float getFloat(int index)(Code) | | |
getInt | public int getInt()(Code) | | |
getInt | public int getInt(int index)(Code) | | |
getLong | public long getLong()(Code) | | |
getLong | public long getLong(int index)(Code) | | |
getNioBuffer | public ByteBuffer getNioBuffer()(Code) | | |
getShort | public short getShort()(Code) | | |
getShort | public short getShort(int index)(Code) | | |
getUbyte | public short getUbyte()(Code) | | |
getUbyte | public short getUbyte(int index)(Code) | | |
getUint | public long getUint()(Code) | | |
getUint | public long getUint(int index)(Code) | | |
getUshort | public int getUshort()(Code) | | |
getUshort | public int getUshort(int index)(Code) | | |
hasArray | public boolean hasArray()(Code) | | |
hasRemaining | public boolean hasRemaining()(Code) | | |
isDirect | public boolean isDirect()(Code) | | |
isReadOnly | public boolean isReadOnly()(Code) | | |
position | public int position()(Code) | | |
remaining | public int remaining()(Code) | | |
|
|