Class SimpleIoBuffer
java.lang.Object
net.rubyeye.xmemcached.buffer.SimpleIoBuffer
- All Implemented Interfaces:
IoBuffer
Deprecated.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal intcapacity()Deprecated.final voidclear()Deprecated.final voidflip()Deprecated.final voidfree()Deprecated.final ByteBufferDeprecated.final ByteBuffer[]Deprecated.final booleanDeprecated.booleanisDirect()Deprecated.final intlimit()Deprecated.final voidlimit(int limit) Deprecated.final voidmark()Deprecated.order()Deprecated.voidDeprecated.final intposition()Deprecated.final voidposition(int pos) Deprecated.final voidput(byte b) Deprecated.final voidput(byte[] bytes) Deprecated.final voidput(ByteBuffer buff) Deprecated.voidputInt(int i) Deprecated.voidputLong(long l) Deprecated.voidputShort(short s) Deprecated.final intDeprecated.final voidreset()Deprecated.
-
Field Details
-
origBuffer
Deprecated.
-
-
Constructor Details
-
SimpleIoBuffer
Deprecated.
-
-
Method Details
-
free
-
getByteBuffers
Deprecated.- Specified by:
getByteBuffersin interfaceIoBuffer
-
put
-
capacity
-
putInt
-
putShort
-
clear
-
reset
-
remaining
-
position
-
mark
-
limit
-
hasRemaining
-
flip
-
put
-
put
-
getByteBuffer
Deprecated.- Specified by:
getByteBufferin interfaceIoBuffer
-
limit
-
position
-
order
-
isDirect
-
order
-
putLong
-