@Deprecated public interface IoBuffer
| 限定符和类型 | 方法和说明 |
|---|---|
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()
Copyright © 2013. All Rights Reserved.