java.lang.Object | |
↳ | com.pdftron.common.ByteRange |
This class represents a Byte Range.
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
|