Uses of Class
io.datarouter.bytes.compress.gzip.GzipBlockStream.GzipBlockStreamEncodedBlock
Packages that use GzipBlockStream.GzipBlockStreamEncodedBlock
-
Uses of GzipBlockStream.GzipBlockStreamEncodedBlock in io.datarouter.bytes.compress.gzip
Methods in io.datarouter.bytes.compress.gzip that return types with arguments of type GzipBlockStream.GzipBlockStreamEncodedBlockModifier and TypeMethodDescriptionio.datarouter.scanner.Scanner<GzipBlockStream.GzipBlockStreamEncodedBlock> GzipBlockStream.encode(io.datarouter.scanner.Scanner<GzipBlockStream.GzipBlockStreamRow> rows) Split the provided rows into larger blocks.io.datarouter.scanner.Scanner<GzipBlockStream.GzipBlockStreamEncodedBlock> GzipBlockStream.encodeParallel(io.datarouter.scanner.Scanner<GzipBlockStream.GzipBlockStreamRow> rows, io.datarouter.scanner.Threads threads) Split the provided rows into larger blocks.Method parameters in io.datarouter.bytes.compress.gzip with type arguments of type GzipBlockStream.GzipBlockStreamEncodedBlockModifier and TypeMethodDescriptionstatic InputStreamGzipBlockStream.GzipBlockStreamEncodedBlock.toInputStream(io.datarouter.scanner.Scanner<GzipBlockStream.GzipBlockStreamEncodedBlock> blocks)