Uses of Class
org.terrier.compression.bit.BitFileChannel
-
Packages that use BitFileChannel Package Description org.terrier.compression.bit Provides implementation of a random access and input and output streams where gamma, unary and binary, delta Golomb encoded integers can be read or written. -
-
Uses of BitFileChannel in org.terrier.compression.bit
Methods in org.terrier.compression.bit that return BitFileChannel Modifier and Type Method Description static BitFileChannel
BitFileChannel. of(BitFileBuffered old)
-