Class 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).
    Author:
    Pascal Essiembre