|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cete.dynamicpdf.merger.ByteRange
public class ByteRange
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 |
---|
public ByteRange(long startIndex, long length)
Method Detail |
---|
public long getStartIndex()
public long getLength()
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |