class ChunkyPNG::Chunk::Base

def write(io)

def write(io)
  write_with_crc(io, content || '')
end