archivelib.h File Reference

#include "debugging/debugging.h"
#include "iarchive.h"
#include "stream/filestream.h"
#include "stream/textfilestream.h"
#include "memory/allocator.h"
#include "string/string.h"
Include dependency graph for archivelib.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  SingleByteInputStream< InputStreamType, SIZE >
 A single-byte-reader wrapper around an InputStream. Optimised for reading one byte at a time. Uses a buffer to reduce the number of times the wrapped stream must be read. More...
class  BinaryToTextInputStream< BinaryInputStreamType >
 A binary-to-text wrapper around an InputStream. Converts CRLF or LFCR line-endings to LF line-endings. More...
class  StoredArchiveFile
 An ArchiveFile which is stored uncompressed as part of a larger archive file. More...
class  StoredArchiveTextFile
 An ArchiveTextFile which is stored uncompressed as part of a larger archive file. More...
class  DirectoryArchiveFile
 An ArchiveFile which is stored as a single file on disk. More...
class  DirectoryArchiveTextFile
 An ArchiveTextFile which is stored as a single file on disk. More...

Defines

#define INCLUDED_ARCHIVELIB_H

Define Documentation

#define INCLUDED_ARCHIVELIB_H

Definition at line 23 of file archivelib.h.


Generated by  doxygen 1.6.2