Class SegmentedRepeatableFileInputStream

  • All Implemented Interfaces:
    Closeable, AutoCloseable, InputStreamWrapper

    public class SegmentedRepeatableFileInputStream
    extends RepeatableFileInputStream
    A repeatable input stream for files. This input stream can be repeated an unlimited number of times, without any limitation on when a repeat can occur.
    Author:
    James Murty