JugiMap Framework
|
Classes | |
class | BinaryStreamReader |
The base abstract class for reading binary streams. More... | |
class | StdBinaryFileStreamReader |
Extended BinaryStreamReader class which utilizes the standard library ifstream class for reading. More... | |
class | BinaryBufferStreamReader |
Extended BinaryStreamReader class which reads from a memory buffer. More... | |
class | TextStreamReader |
The base abstract class for reading text streams. More... | |
class | StdTextFileStreamReader |
Extended TextStreamReader class which utilizes the standard library ifstream class for reading. More... | |