Package org.jpedal.jbig2.pdf
Class PDFSegment
java.lang.Object
org.jpedal.jbig2.pdf.PDFSegment
PDFSegment class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteToData(short bite) writeToData.voidwriteToHeader(short bite) writeToHeader.voidwriteToHeader(short[] bites) writeToHeader.
-
Constructor Details
-
PDFSegment
public PDFSegment()
-
-
Method Details
-
writeToHeader
public void writeToHeader(short bite) writeToHeader.
- Parameters:
bite- a short.
-
writeToHeader
writeToHeader.
- Parameters:
bites- an array ofobjects.invalid reference
short- Throws:
IOException- if any.
-
writeToData
public void writeToData(short bite) writeToData.
- Parameters:
bite- a short.
-