Stream

Undocumented in source.

Members

Functions

rawRead
ulong rawRead(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
rawRead
ubyte[] rawRead(ulong upTo)
Undocumented in source. Be warned that the author may not have intended to support it.
rawWrite
ulong rawWrite(const(ubyte)[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
seek
void seek(long oset, SeekOrigin origin)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

isReadable
enum isReadable;
Undocumented in source.
isSeekable
enum isSeekable;
Undocumented in source.
isWriteable
enum isWriteable;
Undocumented in source.

Properties

isEof
bool isEof [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
ulong length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
tell
ulong tell [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
H handle;
Undocumented in source.

Meta