macro_rules! fileops_impl_nonseekable { () => { ... }; }
Implements FileOps methods in a way that makes sense for non-seekable files.
FileOps