Package net.rubyeye.xmemcached.buffer
Interface IoBuffer
- All Known Implementing Classes:
CachedBufferAllocator.CachedIoBuffer,SimpleIoBuffer
Deprecated.
ByteBuffer wrapper
-
Method Summary
Modifier and TypeMethodDescriptionintcapacity()Deprecated.voidclear()Deprecated.voidflip()Deprecated.voidfree()Deprecated.Deprecated.Deprecated.booleanDeprecated.booleanisDirect()Deprecated.intlimit()Deprecated.voidlimit(int limit) Deprecated.voidmark()Deprecated.order()Deprecated.voidDeprecated.intposition()Deprecated.voidposition(int pos) Deprecated.voidput(byte b) Deprecated.voidput(byte[] bytes) Deprecated.voidput(ByteBuffer buff) Deprecated.voidputInt(int i) Deprecated.voidputLong(long l) Deprecated.voidputShort(short s) Deprecated.intDeprecated.voidreset()Deprecated.
-
Method Details
-
capacity
int capacity()Deprecated. -
clear
void clear()Deprecated. -
flip
void flip()Deprecated. -
free
void free()Deprecated. -
getByteBuffer
ByteBuffer getByteBuffer()Deprecated. -
getByteBuffers
ByteBuffer[] getByteBuffers()Deprecated. -
hasRemaining
boolean hasRemaining()Deprecated. -
limit
int limit()Deprecated. -
limit
void limit(int limit) Deprecated. -
mark
void mark()Deprecated. -
position
int position()Deprecated. -
position
void position(int pos) Deprecated. -
put
Deprecated. -
put
void put(byte b) Deprecated. -
putShort
void putShort(short s) Deprecated. -
putInt
void putInt(int i) Deprecated. -
putLong
void putLong(long l) Deprecated. -
put
void put(byte[] bytes) Deprecated. -
remaining
int remaining()Deprecated. -
reset
void reset()Deprecated. -
isDirect
boolean isDirect()Deprecated. -
order
Deprecated. -
order
ByteOrder order()Deprecated.
-