be sure to only call this with nil when all writers to @wr are done
26 27 28
# File 'lib/dtas/buffer/splice.rb', line 26 def discard(bytes) IO.splice(@to_io, nil, DTAS.null, nil, bytes) end