public class StreamReader
extends java.lang.Object
| Constructor and Description |
|---|
StreamReader(byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
void |
consumeRemainingBits() |
boolean |
isFinished() |
void |
movePointer(int ammount) |
int |
readBit() |
int |
readBits(int num) |
short |
readByte() |
short |
readByte(PDFSegment pdfSeg) |
void |
readByte(short[] buf) |
void |
readByte(short[] buf,
PDFSegment pdfSeg) |
public short readByte(PDFSegment pdfSeg)
public void readByte(short[] buf,
PDFSegment pdfSeg)
throws java.io.IOException
java.io.IOExceptionpublic short readByte()
public void readByte(short[] buf)
public int readBit()
public int readBits(int num)
public void movePointer(int ammount)
public void consumeRemainingBits()
public boolean isFinished()