public class PRTokeniser extends Object
| Constructor and Description |
|---|
PRTokeniser(byte[] pdfIn) |
| Modifier and Type | Method and Description |
|---|---|
RandomAccessFileOrArray |
getFile() |
int |
getFilePointer() |
int |
getGeneration() |
static int |
getHex(int v) |
int |
getReference() |
RandomAccessFileOrArray |
getSafeFile() |
int |
getStartxref() |
String |
getStringValue() |
int |
getTokenType() |
boolean |
isHexString() |
int |
read() |
void |
seek(int pos) |
public void seek(int pos)
throws IOException
IOExceptionpublic int getFilePointer()
throws IOException
IOExceptionpublic int read()
throws IOException
IOExceptionpublic RandomAccessFileOrArray getSafeFile()
public RandomAccessFileOrArray getFile()
public int getTokenType()
public String getStringValue()
public int getReference()
public int getGeneration()
public int getStartxref()
throws IOException
IOExceptionpublic static int getHex(int v)
public boolean isHexString()
Copyright © 2021. All rights reserved.