Class BlockFieldDirectInvertedOutputStream

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

    public class BlockFieldDirectInvertedOutputStream
    extends FieldDirectInvertedOutputStream
    Writes out a blocks and fields direct index to an output stream
    • Constructor Detail

      • BlockFieldDirectInvertedOutputStream

        public BlockFieldDirectInvertedOutputStream​(BitOut out)
        Constructs an instance of the class with
        Parameters:
        out -
      • BlockFieldDirectInvertedOutputStream

        public BlockFieldDirectInvertedOutputStream​(java.lang.String filename)
                                             throws java.io.IOException
        Constructs an instance of the class with
        Parameters:
        filename -
        Throws:
        java.io.IOException
      • BlockFieldDirectInvertedOutputStream

        public BlockFieldDirectInvertedOutputStream​(java.io.OutputStream os)
                                             throws java.io.IOException
        Throws:
        java.io.IOException