Interface FileInput

    • Method Detail

      • seek

        void seek​(long pos)
           throws IOException
        Parameters:
        pos - Position in bytes from file begin.
        Throws:
        IOException
      • position

        long position()
        Returns:
        Position in the stream.
      • startRead

        FileInput.Crc32CheckingFileInput startRead​(boolean skipCheck)
        Parameters:
        skipCheck - If CRC check should be skipped.
        Returns:
        autoclosable fileInput, after its closing crc32 will be calculated and compared with saved one