class ChunkyPNG::Datastream

def self.empty_bytearray

@eturn [String] An empty, binary string.
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