Package net.rubyeye.xmemcached.buffer
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 int
capacity()
Deprecated.final void
clear()
Deprecated.final void
flip()
Deprecated.final void
free()
Deprecated.final ByteBuffer
Deprecated.final ByteBuffer[]
Deprecated.final boolean
Deprecated.boolean
isDirect()
Deprecated.final int
limit()
Deprecated.final void
limit
(int limit) Deprecated.final void
mark()
Deprecated.order()
Deprecated.void
Deprecated.final int
position()
Deprecated.final void
position
(int pos) Deprecated.final void
put
(byte b) Deprecated.final void
put
(byte[] bytes) Deprecated.final void
put
(ByteBuffer buff) Deprecated.void
putInt
(int i) Deprecated.void
putLong
(long l) Deprecated.void
putShort
(short s) Deprecated.final int
Deprecated.final void
reset()
Deprecated.
-
Field Details
-
origBuffer
Deprecated.
-
-
Constructor Details
-
SimpleIoBuffer
Deprecated.
-
-
Method Details
-
free
public final void free()Deprecated. -
getByteBuffers
Deprecated.- Specified by:
getByteBuffers
in interfaceIoBuffer
-
put
public final void put(byte[] bytes) Deprecated. -
capacity
public final int capacity()Deprecated. -
putInt
public void putInt(int i) Deprecated. -
putShort
public void putShort(short s) Deprecated. -
clear
public final void clear()Deprecated. -
reset
public final void reset()Deprecated. -
remaining
public final int remaining()Deprecated. -
position
public final int position()Deprecated. -
mark
public final void mark()Deprecated. -
limit
public final int limit()Deprecated. -
hasRemaining
public final boolean hasRemaining()Deprecated.- Specified by:
hasRemaining
in interfaceIoBuffer
-
flip
public final void flip()Deprecated. -
put
public final void put(byte b) Deprecated. -
put
Deprecated. -
getByteBuffer
Deprecated.- Specified by:
getByteBuffer
in interfaceIoBuffer
-
limit
public final void limit(int limit) Deprecated. -
position
public final void position(int pos) Deprecated. -
order
Deprecated. -
isDirect
public boolean isDirect()Deprecated. -
order
Deprecated. -
putLong
public void putLong(long l) Deprecated.
-