- addStream
void addStream(StreamInterface stream)
Undocumented in source. Be warned that the author may not have intended to support it.
- getContents
ubyte[] getContents()
Undocumented in source. Be warned that the author may not have intended to support it.
- isReadable
bool isReadable()
Undocumented in source. Be warned that the author may not have intended to support it.
- isSeekable
bool isSeekable()
Undocumented in source. Be warned that the author may not have intended to support it.
- isWritable
bool isWritable()
Undocumented in source. Be warned that the author may not have intended to support it.
- read
ubyte read()
Undocumented in source. Be warned that the author may not have intended to support it.
- read
ubyte[] read(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
- seek
ssize_t seek(sdiff_t pos, Seek origin)
Undocumented in source. Be warned that the author may not have intended to support it.
- tell
ssize_t tell()
Undocumented in source. Be warned that the author may not have intended to support it.
- write
void write(ubyte b)
Undocumented in source. Be warned that the author may not have intended to support it.
- write
void write(ubyte[] b)
Undocumented in source. Be warned that the author may not have intended to support it.
Implementation of stream that wraps several streams one after the other.