| Class | Description |
|---|---|
| BatchedLZ4Compressor |
Multi-buffer LZ4 compressor
|
| BatchedLZ4Decompressor |
LZ4 decompressor that operates on multiple input buffers in a batch
|
| LZ4Compressor |
Single-buffer compressor implementing LZ4
|
| LZ4Compressor.Configuration |
LZ4 compression settings corresponding to a chunk size
|
| LZ4Decompressor |
Single-buffer decompression using LZ4
|
| LZ4Decompressor.Configuration |
LZ4 decompression settings corresponding to an LZ4 compressed input.
|
| Enum | Description |
|---|---|
| CompressionType |
Enumeration of data types that can be compressed.
|
| Exception | Description |
|---|---|
| NvcompCudaException |
Exception thrown from nvcomp indicating a CUDA error occurred.
|
| NvcompException |
Base class for all nvcomp-specific exceptions
|
Copyright © 2022. All rights reserved.