Package 

Class ReplayInputStream

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit seek(Integer position) Set the read position in the stream.
      abstract Integer getPosition() Get the current read position of the stream.
      abstract ReplayInputStream shallowClone()
      • Methods inherited from class java.io.InputStream

        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