Description
It's not currently possible to use ReversedLinesFileReader with a non-default file system like Jimfs. The file would first have to be copied to the default file system. Non-default file systems can be supported by preferring java.nio.file.Path and java.nio.channels.SeekableByteChannel to java.io.File and java.io.RandomAccessFile.