class ChunkyPNG::Chunk::Base
def write(io)
-
io
(IO
) -- The IO stream to write to.
def write(io) write_with_crc(io, content || "") end
io
(IO
)
-- The IO stream to write to.
def write(io) write_with_crc(io, content || "") end