NNTPBodyReader

Undocumented in source.

Constructors

this
this(InputStreamProxy stream)
Undocumented in source.

Members

Aliases

read
alias read = InputStream.read
Undocumented in source.

Functions

read
void read(ubyte[] bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
read
size_t read(ubyte[] bytes, IOMode )
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

dataAvailableForRead
bool dataAvailableForRead [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
leastSize
ulong leastSize [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
peek
ubyte[] peek [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta