InputPacket

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(ubyte type, 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.
eatz
const(char)[] eatz()
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.
get
auto get()
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.
peekz
const(char)[] peekz()
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.
skipz
void skipz()
Undocumented in source. Be warned that the author may not have intended to support it.
type
ubyte type()
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.
type_
ubyte type_;
Undocumented in source.

Meta