class PDF::Reader::Token

:nodoc:
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
###############################################################################
:nodoc:
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)
  super
end