| java.lang.Object j2me.nio.Buffer j2me.nio.ByteBuffer
ByteBuffer | final public class ByteBuffer extends Buffer (Code) | | Clean-room implementation of ByteBuffer to support
javolution.util.Struct when java.nio is
not available.
|
array | final public byte[] array()(Code) | | |
arrayOffset | final public int arrayOffset()(Code) | | |
get | public byte get(int index)(Code) | | |
getChar | public char getChar()(Code) | | |
getChar | public char getChar(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) | | |
getShort | public short getShort()(Code) | | |
getShort | public short getShort(int index)(Code) | | |
hasArray | final public boolean hasArray()(Code) | | |
isDirect | public boolean isDirect()(Code) | | |
|
|