Package it.unimi.dsi.webgraph
Class EFGraph.LongWordOutputBitStream
java.lang.Object
it.unimi.dsi.webgraph.EFGraph.LongWordOutputBitStream
- Enclosing class:
- EFGraph
public static final class EFGraph.LongWordOutputBitStream extends Object
-
Constructor Summary
Constructors Constructor Description LongWordOutputBitStream(WritableByteChannel writableByteChannel, ByteOrder byteOrder)
-
Method Summary
Modifier and Type Method Description int
align()
long
append(long[] value, long length)
int
append(long value, int width)
long
append(LongArrayBitVector bv)
long
append(LongBigList value, long length)
long
append(EFGraph.LongWordCache cache)
void
close()
int
writeGamma(long value)
int
writeNonZeroGamma(long value)
-
Constructor Details
-
LongWordOutputBitStream
-
-
Method Details
-
append
- Throws:
IOException
-
append
- Throws:
IOException
-
append
- Throws:
IOException
-
append
- Throws:
IOException
-
append
- Throws:
IOException
-
align
- Throws:
IOException
-
writeNonZeroGamma
- Throws:
IOException
-
writeGamma
- Throws:
IOException
-
close
- Throws:
IOException
-