Class SegmentedRepeatableFileInputStream

java.lang.Object
java.io.InputStream
org.jets3t.service.io.RepeatableFileInputStream
org.jets3t.service.io.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