|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectnet.rubyeye.xmemcached.buffer.SimpleIoBuffer
@Deprecated public class SimpleIoBuffer
| 字段摘要 | |
|---|---|
protected ByteBuffer |
origBuffer
已过时。 |
| 构造方法摘要 | |
|---|---|
SimpleIoBuffer(ByteBuffer origBuffer)
已过时。 |
|
| 方法摘要 | |
|---|---|
int |
capacity()
已过时。 |
void |
clear()
已过时。 |
void |
flip()
已过时。 |
void |
free()
已过时。 |
ByteBuffer |
getByteBuffer()
已过时。 |
ByteBuffer[] |
getByteBuffers()
已过时。 |
boolean |
hasRemaining()
已过时。 |
boolean |
isDirect()
已过时。 |
int |
limit()
已过时。 |
void |
limit(int limit)
已过时。 |
void |
mark()
已过时。 |
ByteOrder |
order()
已过时。 |
void |
order(ByteOrder byteOrder)
已过时。 |
int |
position()
已过时。 |
void |
position(int pos)
已过时。 |
void |
put(byte b)
已过时。 |
void |
put(byte[] bytes)
已过时。 |
void |
put(ByteBuffer buff)
已过时。 |
void |
putInt(int i)
已过时。 |
void |
putLong(long l)
已过时。 |
void |
putShort(short s)
已过时。 |
int |
remaining()
已过时。 |
void |
reset()
已过时。 |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 字段详细信息 |
|---|
protected ByteBuffer origBuffer
| 构造方法详细信息 |
|---|
public SimpleIoBuffer(ByteBuffer origBuffer)
| 方法详细信息 |
|---|
public final void free()
IoBuffer 中的 freepublic final ByteBuffer[] getByteBuffers()
IoBuffer 中的 getByteBufferspublic final void put(byte[] bytes)
IoBuffer 中的 putpublic final int capacity()
IoBuffer 中的 capacitypublic void putInt(int i)
IoBuffer 中的 putIntpublic void putShort(short s)
IoBuffer 中的 putShortpublic final void clear()
IoBuffer 中的 clearpublic final void reset()
IoBuffer 中的 resetpublic final int remaining()
IoBuffer 中的 remainingpublic final int position()
IoBuffer 中的 positionpublic final void mark()
IoBuffer 中的 markpublic final int limit()
IoBuffer 中的 limitpublic final boolean hasRemaining()
IoBuffer 中的 hasRemainingpublic final void flip()
IoBuffer 中的 flippublic final void put(byte b)
IoBuffer 中的 putpublic final void put(ByteBuffer buff)
IoBuffer 中的 putpublic final ByteBuffer getByteBuffer()
IoBuffer 中的 getByteBufferpublic final void limit(int limit)
IoBuffer 中的 limitpublic final void position(int pos)
IoBuffer 中的 positionpublic void order(ByteOrder byteOrder)
IoBuffer 中的 orderpublic boolean isDirect()
IoBuffer 中的 isDirectpublic ByteOrder order()
IoBuffer 中的 orderpublic void putLong(long l)
IoBuffer 中的 putLong
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||