#include <TOC_Entry.h>
Public Member Functions | |
| uint8_t | getSegmentType () const |
| void | read (Context &cont) |
| TOC_Entry () | |
| TOC_Entry (Context &cont) | |
| std::string | toString () const |
Public Attributes | |
| U32 | Segment_Attributes |
| GUID | Segment_ID |
| I32 | Segment_Length |
| I32 | Segment_Offset |
| TOC_Entry::TOC_Entry | ( | ) |
| uint8_t TOC_Entry::getSegmentType | ( | ) | const |
References Segment_Attributes.
Referenced by JtReader::readLodSegment(), and toString().
| void TOC_Entry::read | ( | Context & | cont | ) |
References GUID::read(), I32::read(), U32::read(), Segment_Attributes, Segment_ID, Segment_Length, and Segment_Offset.
Referenced by gzip_utf8.GzipFile::readline(), gzip_utf8.GzipFile::seek(), and TOC_Entry().
| std::string TOC_Entry::toString | ( | ) | const |
References getSegmentType(), Segment_ID, Segment_Length, Segment_Offset, and GUID::toString().
| U32 TOC_Entry::Segment_Attributes |
Referenced by getSegmentType(), and read().
| GUID TOC_Entry::Segment_ID |
Referenced by read(), and toString().
| I32 TOC_Entry::Segment_Length |
Referenced by read(), and toString().
| I32 TOC_Entry::Segment_Offset |
Referenced by read(), JtReader::readLodSegment(), and toString().