All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
pdftron::Common::ByteRange Class Reference

#include <ByteRange.h>

+ Inheritance diagram for pdftron::Common::ByteRange:

Public Member Functions

UInt64 GetStartOffset () const
 
UInt64 GetEndOffset () const
 
UInt64 GetSize () const
 

Detailed Description

This class represents a Byte Range.

Definition at line 21 of file ByteRange.h.

Member Function Documentation

UInt64 pdftron::Common::ByteRange::GetEndOffset ( ) const

Retrieves the end offset of the byte range.

Returns
an unsigned integer.
UInt64 pdftron::Common::ByteRange::GetSize ( ) const

Retrieves the size of the byte range.

Returns
an unsigned integer.
UInt64 pdftron::Common::ByteRange::GetStartOffset ( ) const

Retrieves the start offset of the byte range.

Returns
an unsigned integer.

The documentation for this class was generated from the following file: