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 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
public final void free()Deprecated. -
getByteBuffers
Deprecated.- Specified by:
getByteBuffersin 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:
hasRemainingin interfaceIoBuffer
-
flip
public final void flip()Deprecated. -
put
public final void put(byte b) Deprecated. -
put
Deprecated. -
getByteBuffer
Deprecated.- Specified by:
getByteBufferin 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.
-