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)
###############################################################################
def initialize (val) super end