public class ByteBufferCodecReader extends Object implements CodecReader
public ByteBufferCodecReader(ByteBuffer buffer)
public byte getByte()
getByte 在接口中 CodecReaderpublic void getBytes(byte[] dst,
int offset,
int length)
getBytes 在接口中 CodecReaderpublic int getInt()
getInt 在接口中 CodecReaderpublic byte peekByte()
peekByte 在接口中 CodecReaderpublic void skipBytes(int length)
CodecReaderskipBytes 在接口中 CodecReaderpublic int remaining()
remaining 在接口中 CodecReaderpublic int position()
position 在接口中 CodecReaderCopyright © 2024. All rights reserved.