Class VerifyingIndexOutput

    • Method Detail

      • verify

        public abstract void verify()
                             throws IOException
        Verifies the checksum and compares the written length with the expected file length. This method should be called after all data has been written to this output.
        Throws:
        IOException