-
- All Implemented Interfaces:
-
java.io.Closeable,java.lang.AutoCloseable
public abstract class ReplayInputStream extends InputStream
An InputStream that can be "replayed" by seeking a position.
-
-
Constructor Summary
Constructors Constructor Description ReplayInputStream()
-
Method Summary
Modifier and Type Method Description abstract Unitseek(Integer position)Set the read position in the stream. abstract IntegergetPosition()Get the current read position of the stream. abstract ReplayInputStreamshallowClone()-
Methods inherited from class app.redwarp.gif.decoder.streams.ReplayInputStream
available, close, mark, markSupported, read, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, transferTo -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getPosition
abstract Integer getPosition()
Get the current read position of the stream.
-
shallowClone
abstract ReplayInputStream shallowClone()
-
-
-
-