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.ByteBuffer
origBuffer
Deprecated.
-
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 int
capacity()
Deprecated.void
clear()
Deprecated.void
flip()
Deprecated.void
free()
Deprecated.java.nio.ByteBuffer
getByteBuffer()
Deprecated.java.nio.ByteBuffer[]
getByteBuffers()
Deprecated.boolean
hasRemaining()
Deprecated.boolean
isDirect()
Deprecated.int
limit()
Deprecated.void
limit(int limit)
Deprecated.void
mark()
Deprecated.java.nio.ByteOrder
order()
Deprecated.void
order(java.nio.ByteOrder byteOrder)
Deprecated.int
position()
Deprecated.void
position(int pos)
Deprecated.void
put(byte b)
Deprecated.void
put(byte[] bytes)
Deprecated.void
put(java.nio.ByteBuffer buff)
Deprecated.void
putInt(int i)
Deprecated.void
putLong(long l)
Deprecated.void
putShort(short s)
Deprecated.int
remaining()
Deprecated.void
reset()
Deprecated.
-
-
-
Method Detail
-
getByteBuffers
public final java.nio.ByteBuffer[] getByteBuffers()
Deprecated.- Specified by:
getByteBuffers
in interfaceIoBuffer
-
hasRemaining
public final boolean hasRemaining()
Deprecated.- Specified by:
hasRemaining
in interfaceIoBuffer
-
put
public final void put(java.nio.ByteBuffer buff)
Deprecated.
-
getByteBuffer
public final java.nio.ByteBuffer getByteBuffer()
Deprecated.- Specified by:
getByteBuffer
in interfaceIoBuffer
-
position
public final void position(int pos)
Deprecated.
-
order
public void order(java.nio.ByteOrder byteOrder)
Deprecated.
-
-