Class ZstdCompressedMetaIndex

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

    public class ZstdCompressedMetaIndex
    extends BaseCompressingMetaIndex
    MetaIndex implementation for when records are compressed using Zstandard
    Since:
    5.5
    • Constructor Detail

      • ZstdCompressedMetaIndex

        public ZstdCompressedMetaIndex​(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
        Specified by:
        decode in class BaseCompressingMetaIndex
        Throws:
        java.io.IOException