DynamicPDF by ceTe Software

com.cete.dynamicpdf.merger
Class ByteRange

java.lang.Object
  extended by com.cete.dynamicpdf.merger.ByteRange

public class ByteRange
extends java.lang.Object

This class represents the signed content byte range in a PDF document.


Constructor Summary
ByteRange(long startIndex, long length)
          Not for public use.
 
Method Summary
 long getLength()
          Returns the length of the signed content data in a PDF document.
 long getStartIndex()
          Returns the start index of the signed content data in a PDF document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteRange

public ByteRange(long startIndex,
                 long length)
Not for public use.

Method Detail

getStartIndex

public long getStartIndex()
Returns the start index of the signed content data in a PDF document.

Returns:
The start index of the signed content data in a PDF document.

getLength

public long getLength()
Returns the length of the signed content data in a PDF document.

Returns:
The length of the signed content data in a PDF document.

DynamicPDF by ceTe Software

API Reference for DynamicPDF v11.05 for Java generated on May 24, 2022
© Copyright 2021, ceTe Software