Class ChecksumIndexInput

  • All Implemented Interfaces:
    Closeable, AutoCloseable, Cloneable

    public class ChecksumIndexInput
    extends IndexInput
    Writes bytes through to a primary IndexOutput, computing checksum as it goes. Note that you cannot use seek().
    NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.