Package de.darkatra.bfme2
Class SkippingInputStream
-
- All Implemented Interfaces:
-
java.io.Closeable,java.lang.AutoCloseable
public final class SkippingInputStream extends FilterInputStream
-
-
Constructor Summary
Constructors Constructor Description SkippingInputStream(InputStream input, Long bytesToSkip)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, read, read, reset, skip -
Methods inherited from class java.io.InputStream
readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
SkippingInputStream
SkippingInputStream(InputStream input, Long bytesToSkip)
-
-
-
-