public class

ByteRange

extends Object
java.lang.Object
   ↳ com.pdftron.common.ByteRange

Class Overview

This class represents a Byte Range.

Summary

Public Constructors
ByteRange(int in_offset, int in_size)
Public Methods
int getEndOffset()
Retrieves the end offset of the byte range.
int getSize()
Retrieves the size of the byte range.
int getStartOffset()
Retrieves the start offset of the byte range.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ByteRange (int in_offset, int in_size)

Public Methods

public int getEndOffset ()

Retrieves the end offset of the byte range.

Returns
  • an unsigned integer

public int getSize ()

Retrieves the size of the byte range.

Returns
  • an unsigned integer

public int getStartOffset ()

Retrieves the start offset of the byte range.

Returns
  • an unsigned integer