#include <ByteRange.h>
Public Member Functions | |
UInt64 | GetStartOffset () const |
UInt64 | GetEndOffset () const |
UInt64 | GetSize () const |
This class represents a Byte Range.
Definition at line 21 of file ByteRange.h.
UInt64 pdftron::Common::ByteRange::GetEndOffset | ( | ) | const |
Retrieves the end offset of the byte range.
UInt64 pdftron::Common::ByteRange::GetSize | ( | ) | const |
Retrieves the size of the byte range.
UInt64 pdftron::Common::ByteRange::GetStartOffset | ( | ) | const |
Retrieves the start offset of the byte range.