- decodeTagImpl
T decodeTagImpl(T tag)
Undocumented in source. Be warned that the author may not have intended to support it.
- readByte
byte readByte()
Undocumented in source.
- readDouble
double readDouble()
Undocumented in source.
- readFloat
float readFloat()
Undocumented in source.
- readInt
int readInt()
Undocumented in source.
- readLength
size_t readLength()
Undocumented in source.
- readLong
long readLong()
Undocumented in source.
- readNamelessTag
Tag readNamelessTag()
Undocumented in source. Be warned that the author may not have intended to support it.
- readShort
short readShort()
Undocumented in source.
- readString
string readString()
Undocumented in source.
- readTag
Tag readTag()
Undocumented in source. Be warned that the author may not have intended to support it.
- writeByte
void writeByte(byte value)
Undocumented in source.
- writeDouble
void writeDouble(double value)
Undocumented in source.
- writeFloat
void writeFloat(float value)
Undocumented in source.
- writeInt
void writeInt(int value)
Undocumented in source.
- writeLength
void writeLength(size_t value)
Undocumented in source.
- writeLong
void writeLong(long value)
Undocumented in source.
- writeNamelessTag
void writeNamelessTag(Tag tag)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeShort
void writeShort(short value)
Undocumented in source.
- writeString
void writeString(string value)
Undocumented in source.
- writeTag
void writeTag(Tag tag)
Undocumented in source. Be warned that the author may not have intended to support it.