|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
@Deprecated public interface IoBuffer
ByteBuffer wrapper
| 方法摘要 | |
|---|---|
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()
已过时。 |
| 方法详细信息 |
|---|
int capacity()
void clear()
void flip()
void free()
ByteBuffer getByteBuffer()
ByteBuffer[] getByteBuffers()
boolean hasRemaining()
int limit()
void limit(int limit)
void mark()
int position()
void position(int pos)
void put(ByteBuffer buff)
void put(byte b)
void putShort(short s)
void putInt(int i)
void putLong(long l)
void put(byte[] bytes)
int remaining()
void reset()
boolean isDirect()
void order(ByteOrder byteOrder)
ByteOrder order()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||