Save This Page
Home » iText-src-2.1.3 » com.lowagie » text » pdf » [javadoc | source]
com.lowagie.text.pdf
public class: PRTokeniser [javadoc | source]
java.lang.Object
   com.lowagie.text.pdf.PRTokeniser
Field Summary
public static final  int TK_NUMBER     
public static final  int TK_STRING     
public static final  int TK_NAME     
public static final  int TK_COMMENT     
public static final  int TK_START_ARRAY     
public static final  int TK_END_ARRAY     
public static final  int TK_START_DIC     
public static final  int TK_END_DIC     
public static final  int TK_REF     
public static final  int TK_OTHER     
public static final  boolean[] delims     
static final  String EMPTY     
protected  RandomAccessFileOrArray file     
protected  int type     
protected  String stringValue     
protected  int reference     
protected  int generation     
protected  boolean hexString     
Constructor:
 public PRTokeniser(String filename) throws IOException 
 public PRTokeniser(byte[] pdfIn) 
 public PRTokeniser(RandomAccessFileOrArray file) 
Method from com.lowagie.text.pdf.PRTokeniser Summary:
backOnePosition,   checkFdfHeader,   checkObjectStart,   checkPdfHeader,   close,   getFile,   getFilePointer,   getGeneration,   getHex,   getReference,   getSafeFile,   getStartxref,   getStringValue,   getTokenType,   intValue,   isDelimiter,   isDelimiterWhitespace,   isHexString,   isWhitespace,   length,   nextToken,   nextValidToken,   read,   readLineSegment,   readString,   seek,   throwError
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.lowagie.text.pdf.PRTokeniser Detail:
 public  void backOnePosition(int ch) 
 public  void checkFdfHeader() throws IOException 
 public static int[] checkObjectStart(byte[] line) 
 public char checkPdfHeader() throws IOException 
 public  void close() throws IOException 
 public RandomAccessFileOrArray getFile() 
 public int getFilePointer() throws IOException 
 public int getGeneration() 
 public static int getHex(int v) 
 public int getReference() 
 public RandomAccessFileOrArray getSafeFile() 
 public int getStartxref() throws IOException 
 public String getStringValue() 
 public int getTokenType() 
 public int intValue() 
 public static final boolean isDelimiter(int ch) 
 public static final boolean isDelimiterWhitespace(int ch) 
 public boolean isHexString() 
 public static final boolean isWhitespace(int ch) 
 public int length() throws IOException 
 public boolean nextToken() throws IOException 
 public  void nextValidToken() throws IOException 
 public int read() throws IOException 
 public boolean readLineSegment(byte[] input) throws IOException 
 public String readString(int size) throws IOException 
 public  void seek(int pos) throws IOException 
 public  void throwError(String error) throws IOException