class PDF::Reader::LZW::StringTable

def add(string)

def add(string)
  @data.store(@string_table_pos, string)
  @string_table_pos += 1
end