Inheritance diagram for Stream:

Public Member Functions | |
| virtual int | flush (u_long *) |
| virtual int | read (char *buffer, u_long len, u_long *) |
| Stream () | |
| virtual int | write (const char *buffer, u_long len, u_long *) |
| virtual | ~Stream ()=0 |
|
|
|
|
|
Avoid direct instances of this class. |
|
|
Write remaining data to the stream. Reimplemented in DynamicFilter, Filter, FiltersChain, Gzip, GzipDecompress, and MemoryStream. |
|
||||||||||||||||
|
Read [len] characters from the stream. Returns -1 on errors. Reimplemented in DynamicFilter, File, Filter, FiltersChain, Gzip, GzipDecompress, MemoryStream, Pipe, and Socket. |
|
||||||||||||||||
|
Write [len] characters to the stream. Returns -1 on errors. Reimplemented in CachedFile, DynamicFilter, File, Filter, FiltersChain, Gzip, GzipDecompress, MemoryStream, Pipe, and Socket. |
1.3.9.1