class BinData::IO::Transform

def write(data)

Writes +data+ to the stream.
def write(data)
  chain_write(data)
end