Class ReverseFileInputStream

java.lang.Object
java.io.InputStream
com.norconex.commons.lang.io.ReverseFileInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class ReverseFileInputStream extends InputStream
InputStream implementation for streaming files in reverse order (from the end of file to its beginning).