Closed Kerollmops closed 3 years ago
This PR introduces the Reader::get_ref and ReaderCursor::get_ref methods to get the underlying reader R by reference. It can be used when the underlying reader is a file and you would like to memory map it.
Reader::get_ref
ReaderCursor::get_ref
R
This PR introduces the
Reader::get_ref
andReaderCursor::get_ref
methods to get the underlying readerR
by reference. It can be used when the underlying reader is a file and you would like to memory map it.