- bufferubyte[] buffer; 
- Undocumented in source. 
- bufferCurPossize_t bufferCurPos; 
- Undocumented in source. 
- bufferLensize_t bufferLen; 
- Undocumented in source. 
- bufferDirtybool bufferDirty; 
- Undocumented in source. 
- bufferSourcePossize_t bufferSourcePos; 
- Undocumented in source. 
- streamPosulong streamPos; 
- Undocumented in source. 
- DefaultBufferSizeenum size_t DefaultBufferSize; 
- Undocumented in source. 
- resetSourcevoid resetSource() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- readBlocksize_t readBlock(void* result, size_t len) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- writeBlocksize_t writeBlock(void* result, size_t len) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- seekulong seek(long offset, SeekPos whence) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- TreadLinetemplate TreadLine(T) 
- Undocumented in source. 
- readLinechar[] readLine(char[] inBuffer) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- readLinealias readLine = Stream.readLine 
- Undocumented in source. 
- readLineWwchar[] readLineW(wchar[] inBuffer) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- readLineWalias readLineW = Stream.readLineW 
- Undocumented in source. 
- flushvoid flush() 
- Undocumented in source. 
- eofbool eof [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- sizeulong size [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- availablesize_t available [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
This subclass is for buffered file system streams.
It is a convenience class for wrapping a File in a BufferedStream. A buffered stream must be closed explicitly to ensure the final buffer content is written to the file.