Package net.rubyeye.xmemcached.buffer
Class SimpleIoBuffer
- java.lang.Object
-
- net.rubyeye.xmemcached.buffer.SimpleIoBuffer
-
-
Field Summary
Fields Modifier and Type Field Description protected java.nio.ByteBufferorigBufferDeprecated.
-
Constructor Summary
Constructors Constructor Description SimpleIoBuffer(java.nio.ByteBuffer origBuffer)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intcapacity()Deprecated.voidclear()Deprecated.voidflip()Deprecated.voidfree()Deprecated.java.nio.ByteBuffergetByteBuffer()Deprecated.java.nio.ByteBuffer[]getByteBuffers()Deprecated.booleanhasRemaining()Deprecated.booleanisDirect()Deprecated.intlimit()Deprecated.voidlimit(int limit)Deprecated.voidmark()Deprecated.java.nio.ByteOrderorder()Deprecated.voidorder(java.nio.ByteOrder byteOrder)Deprecated.intposition()Deprecated.voidposition(int pos)Deprecated.voidput(byte b)Deprecated.voidput(byte[] bytes)Deprecated.voidput(java.nio.ByteBuffer buff)Deprecated.voidputInt(int i)Deprecated.voidputLong(long l)Deprecated.voidputShort(short s)Deprecated.intremaining()Deprecated.voidreset()Deprecated.
-
-
-
Method Detail
-
getByteBuffers
public final java.nio.ByteBuffer[] getByteBuffers()
Deprecated.- Specified by:
getByteBuffersin interfaceIoBuffer
-
hasRemaining
public final boolean hasRemaining()
Deprecated.- Specified by:
hasRemainingin interfaceIoBuffer
-
put
public final void put(java.nio.ByteBuffer buff)
Deprecated.
-
getByteBuffer
public final java.nio.ByteBuffer getByteBuffer()
Deprecated.- Specified by:
getByteBufferin interfaceIoBuffer
-
position
public final void position(int pos)
Deprecated.
-
order
public void order(java.nio.ByteOrder byteOrder)
Deprecated.
-
-