Class RepeatableFileInputStream

java.lang.Object
java.io.InputStream
org.jets3t.service.io.RepeatableFileInputStream
All Implemented Interfaces:
Closeable, AutoCloseable, InputStreamWrapper
Direct Known Subclasses:
SegmentedRepeatableFileInputStream

public class RepeatableFileInputStream extends InputStream implements InputStreamWrapper
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