public static class BatchedLZ4Compressor.BatchedCompressionResult extends Object
| Modifier and Type | Method and Description |
|---|---|
DeviceMemoryBuffer[] |
getCompressedBuffers()
Get the output compressed buffers corresponding to the input buffers.
|
long[] |
getCompressedSizes()
Get the corresponding amount of compressed data in each output buffer.
|
public DeviceMemoryBuffer[] getCompressedBuffers()
public long[] getCompressedSizes()
Copyright © 2021. All rights reserved.