- getContents
ubyte[] getContents()
Undocumented in source. Be warned that the author may not have intended to support it.
- isEmpty
bool isEmpty()
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.
- length
ssize_t length()
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.
File i/o stream