public class PDFSegment
extends java.lang.Object
| Constructor and Description |
|---|
PDFSegment() |
| Modifier and Type | Method and Description |
|---|---|
java.io.ByteArrayOutputStream |
getData() |
java.io.ByteArrayOutputStream |
getHeader() |
int |
getSegmentDataLength() |
void |
setDataLength(int segmentDataLength) |
void |
writeToData(short bite) |
void |
writeToHeader(short bite) |
void |
writeToHeader(short[] bites) |
public void writeToHeader(short bite)
public void writeToHeader(short[] bites)
throws java.io.IOException
java.io.IOExceptionpublic void writeToData(short bite)
public java.io.ByteArrayOutputStream getHeader()
public java.io.ByteArrayOutputStream getData()
public void setDataLength(int segmentDataLength)
public int getSegmentDataLength()