class ChunkyPNG::Datastream
def self.empty_bytearray
Returns an empty stream using binary encoding that can be used as stream to encode to.
def self.empty_bytearray ChunkyPNG::EMPTY_BYTEARRAY.dup end
def self.empty_bytearray ChunkyPNG::EMPTY_BYTEARRAY.dup end