public interface CodecReader
byte
getByte()
void
getBytes(byte[] dst, int offset, int length)
int
getInt()
peekByte()
position()
remaining()
skipBytes(int length)
byte getByte()
void getBytes(byte[] dst, int offset, int length)
int getInt()
byte peekByte()
void skipBytes(int length)
int remaining()
int position()
Copyright © 2024. All rights reserved.