InputPacket

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(ubyte[]* buffer)
Undocumented in source.

Members

Functions

countUntil
auto countUntil(ubyte x, bool expect)
Undocumented in source. Be warned that the author may not have intended to support it.
eat
T eat()
Undocumented in source. Be warned that the author may not have intended to support it.
eat
T eat(size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
eatLenEnc
ulong eatLenEnc()
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
expect
void expect(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
peek
T peek()
Undocumented in source. Be warned that the author may not have intended to support it.
peek
T peek(size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
remaining
auto remaining()
Undocumented in source. Be warned that the author may not have intended to support it.
skip
void skip(size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
skipLenEnc
void skipLenEnc()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buffer_
ubyte[]* buffer_;
Undocumented in source.
in_
ubyte[] in_;
Undocumented in source.

Meta