- getContentsubyte[] getContents() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- isReadablebool isReadable() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- isSeekablebool isSeekable() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- isWritablebool isWritable() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- readubyte read() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- readubyte[] read(size_t n) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- seekssize_t seek(sdiff_t pos, Seek origin) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- tellssize_t tell() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- writevoid write(ubyte b) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- writevoid write(ubyte[] b) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
Implementation of an empty stream.