Package it.unimi.dsi.big.webgraph
Class EFGraph.LongWordOutputBitStream
java.lang.Object
it.unimi.dsi.big.webgraph.EFGraph.LongWordOutputBitStream
- Enclosing class:
- EFGraph
-
Constructor Summary
ConstructorDescriptionLongWordOutputBitStream
(WritableByteChannel writableByteChannel, ByteOrder byteOrder) -
Method Summary
Modifier and TypeMethodDescriptionint
align()
long
append
(long[] value, long length) int
append
(long value, int width) long
append
(EFGraph.LongWordCache cache) long
long
append
(LongBigList value, long length) 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
-