class ChunkyPNG::Chunk::Text

def self.read(type, content)

def self.read(type, content)
  keyword, value = content.unpack('Z*a*')
  new(keyword, value)
end