BufferUtils

Undocumented in source.

Members

Static functions

readFixedLengthString
string readFixedLengthString(ByteBuf buffer, int length, Charset charset)
Undocumented in source. Be warned that the author may not have intended to support it.
readLengthEncodedInteger
long readLengthEncodedInteger(ByteBuf buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
readLengthEncodedString
string readLengthEncodedString(ByteBuf buffer, Charset charset)
Undocumented in source. Be warned that the author may not have intended to support it.
readNullTerminatedString
string readNullTerminatedString(ByteBuf buffer, Charset charset)
Undocumented in source. Be warned that the author may not have intended to support it.
writeLengthEncodedInteger
void writeLengthEncodedInteger(ByteBuf buffer, long value)
Undocumented in source. Be warned that the author may not have intended to support it.
writeLengthEncodedString
void writeLengthEncodedString(ByteBuf buffer, string value, Charset charset)
Undocumented in source. Be warned that the author may not have intended to support it.
writeNullTerminatedString
void writeNullTerminatedString(ByteBuf buffer, CharSequence charSequence, Charset charset)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta