#include "debugging/debugging.h"
#include "iarchive.h"
#include "stream/filestream.h"
#include "stream/textfilestream.h"
#include "memory/allocator.h"
#include "string/string.h"
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 INCLUDED_ARCHIVELIB_H |
Definition at line 23 of file archivelib.h.