Class LZ4CompressedMetaIndex

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

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

      • LZ4CompressedMetaIndex

        public LZ4CompressedMetaIndex​(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