class PDF::Reader::Token

Behaves exactly like a Ruby String - it basically exists for convenience.
An internal PDF::Reader class that represents a single token from a PDF file.
###############################################################################

def initialize (val)

Creates a new token with the specified value
###############################################################################
def initialize (val)
  super
end