Interface RepositionableStream

    • Method Detail

      • position

        void position​(long newPosition)
               throws IOException
        Sets the current stream position.
        Parameters:
        newPosition - the new stream position.
        Throws:
        IOException
      • position

        long position()
               throws IOException
        Returns the current stream position.
        Returns:
        the current stream position.
        Throws:
        IOException