Class UncompressedMetaIndex

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, MetaIndex

    public class UncompressedMetaIndex
    extends CompressingMetaIndex
    • Constructor Detail

      • UncompressedMetaIndex

        public UncompressedMetaIndex​(IndexOnDisk index,
                                     java.lang.String structureName)
                              throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • decode

        protected byte[] decode​(byte[] input)
                         throws java.io.IOException
        Overrides:
        decode in class CompressingMetaIndex
        Throws:
        java.io.IOException