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 TypeMethodDescriptionint
align()
long
append
(long[] value, long length) int
append
(long value, int width) long
append
(it.unimi.dsi.bits.LongArrayBitVector bv) long
append
(it.unimi.dsi.fastutil.longs.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
-