@Deprecated public class SimpleIoBuffer extends Object implements IoBuffer
| 限定符和类型 | 字段和说明 |
|---|---|
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()
已过时。
|
protected ByteBuffer origBuffer
public SimpleIoBuffer(ByteBuffer origBuffer)
public final ByteBuffer[] getByteBuffers()
getByteBuffers 在接口中 IoBufferpublic final boolean hasRemaining()
hasRemaining 在接口中 IoBufferpublic final void put(ByteBuffer buff)
public final ByteBuffer getByteBuffer()
getByteBuffer 在接口中 IoBufferCopyright © 2013. All Rights Reserved.