|
LibCppBinary
Modern cross-platform C++ binary parsing library
|
| NBinary | |
| CBufferStream | Represents a memory buffer that can be used as a stream |
| CChunkHeader | Represents the header of a binary data chunk |
| CDataField | Abstract base class representing a data field in a binary file |
| CDataStructure | Abstract base struct representing data structure in binary file |
| CFileStream | Abstract base class representing a file stream |
| CIntField | Represents an integer field in a binary file |
| CRawField | Represents a raw data field in a binary file |
| CStandardFileStream | Provides a standard file stream for manipulating binary files |
| CStream | Abstract base class representing a binary stream |
| CStringField | Represents a string field in a binary file |