class ChunkyPNG::Chunk::Base

def write(io)

Parameters:
  • io (IO) -- The IO stream to write to.
def write(io)
  write_with_crc(io, content || "")
end