| Class | Description |
|---|---|
| BatchedCompressor |
Multi-buffer compressor
|
| BatchedDecompressor |
Decompressor that operates on multiple input buffers in a batch
|
| BatchedLZ4Compressor |
Multi-buffer LZ4 compressor
|
| BatchedLZ4Decompressor |
LZ4 decompressor that operates on multiple input buffers in a batch
|
| BatchedZstdCompressor |
Multi-buffer ZSTD compressor
|
| BatchedZstdDecompressor |
ZSTD decompressor that operates on multiple input buffers in a batch
|
| 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 © 2024. All rights reserved.