Class PDFParser.Tok

  • Enclosing class:
    PDFParser

    class PDFParser.Tok
    extends java.lang.Object
    a token from a PDF Stream
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ARYB
      begin array [
      static int ARYE
      end array ]
      static int BRCB
      begin brace {
      static int BRCE
      end brace }
      static int BRKB
      begin bracket <
      static int BRKE
      end bracket >
      static int CMD
      keyword
      static int EOF
      end of stream
      java.lang.String name
      the string value of a STR, NAME, or CMD token
      static int NAME
      name (begins with /)
      static int NUM
      number
      static int STR
      String (, readString looks for trailing )
      int type
      the type of the token
      static int UNK
      unknown token
      double value
      the value of a NUM token
    • Constructor Summary

      Constructors 
      Constructor Description
      Tok()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()
      a printable representation of the token
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait