Package it.unimi.dsi.webgraph
Class EFGraph.LongWordOutputBitStream
java.lang.Object
it.unimi.dsi.webgraph.EFGraph.LongWordOutputBitStream
- Enclosing class:
EFGraph
-
Constructor Summary
ConstructorsConstructorDescriptionLongWordOutputBitStream(WritableByteChannel writableByteChannel, ByteOrder byteOrder) -
Method Summary
Modifier and TypeMethodDescriptionintalign()longappend(long[] value, long length) intappend(long value, int width) longappend(it.unimi.dsi.bits.LongArrayBitVector bv) longappend(it.unimi.dsi.fastutil.longs.LongBigList value, long length) longappend(EFGraph.LongWordCache cache) voidclose()intwriteGamma(long value) intwriteNonZeroGamma(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
-