class PDF::Reader::LZW::StringTable

def initialize

def initialize
  @data = Hash.new
  @string_table_pos = 258 #initial code
end