class ChunkyPNG::Datastream

def initialize

Initializes a new Datastream instance.
def initialize
  @other_chunks = []
  @data_chunks  = []
end