|
class | CFileGZInputStream |
| Transparently opens a compressed "gz" file and reads uncompressed data from it. More...
|
|
class | CFileGZOutputStream |
| Saves data to a file and transparently compress the data using the given compression level. More...
|
|
class | CFileInputStream |
| This CStream derived class allow using a file as a read-only, binary stream. More...
|
|
class | CFileOutputStream |
| This CStream derived class allow using a file as a write-only, binary stream. More...
|
|
class | CFileStream |
| This CStream derived class allow using a file as a read/write binary stream, creating it if the file didn't exist. More...
|
|
class | CMemoryStream |
| This CStream derived class allow using a memory buffer as a CStream. More...
|
|
class | CPipe |
| A pipe, portable across different OS. More...
|
|
class | CPipeBaseEndPoint |
| Common interface of read & write pipe end-points. More...
|
|
class | CPipeReadEndPoint |
| The read end-point in a pipe created with mrpt::synch::CPipe. More...
|
|
class | CPipeWriteEndPoint |
| The write end-point in a pipe created with mrpt::synch::CPipe. More...
|
|
class | CStream |
| This base class is used to provide a unified interface to files,memory buffers,..Please see the derived classes. More...
|
|
class | CTextFileLinesParser |
| A class for parsing text files, returning each non-empty and non-comment line, along its line number. More...
|
|