Closed noteflakes closed 2 years ago
Instead of having two separate methods, splice and splice_to_eof, change to having just splice(src, dest, len) where if len is -1, splices to EOF.
splice
splice_to_eof
splice(src, dest, len)
Instead of having two separate methods,
splice
andsplice_to_eof
, change to having justsplice(src, dest, len)
where if len is -1, splices to EOF.