Package 

Class RandomAccessFileInputStream

    • Method Summary

      Modifier and Type Method Description
      Unit seek(Integer position)
      Integer getPosition()
      Integer read()
      Integer read(ByteArray byteArray)
      Integer read(ByteArray byteArray, Integer offset, Integer length)
      Unit close()
      • Methods inherited from class java.lang.AutoCloseable

        equals, hashCode, toString
      • Methods inherited from class app.redwarp.gif.decoder.streams.ReplayInputStream

        available, mark, markSupported, readAllBytes, readNBytes, readNBytes, reset, skip, transferTo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait