-
- All Implemented Interfaces:
-
java.io.Closeable,java.lang.AutoCloseable
public final class RandomAccessFileInputStream extends ReplayInputStream
-
-
Constructor Summary
Constructors Constructor Description RandomAccessFileInputStream(File file)
-
Method Summary
Modifier and Type Method Description Unitseek(Integer position)IntegergetPosition()Integerread()Integerread(ByteArray byteArray)Integerread(ByteArray byteArray, Integer offset, Integer length)Unitclose()-
Methods inherited from class java.lang.AutoCloseable
equals, hashCode, toString -
Methods inherited from class app.redwarp.gif.decoder.streams.ReplayInputStream
available, mark, markSupported, reset, skip -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
RandomAccessFileInputStream
RandomAccessFileInputStream(File file)
-
-
-
-