Class PDF::Reader::Token
In: lib/pdf/reader/token.rb
Parent: String

An internal PDF::Reader class that represents a single token from a PDF file.

Behaves exactly like a Ruby String - it basically exists for convenience.

Methods

new  

Public Class methods

Creates a new token with the specified value

[Validate]