Namespaces
Enumerations
enum class CompressionAlgorithm : uint32_t
| Name | Value | Comments |
|---|---|---|
| kUncompressed | 1u | -- |
| kLz4 | 2u | -- |
| kZstd | 3u | -- |
| kZstdSeekable | 4u | -- |
| kChunked | 5u |
For decompressing an entire chunked archive from start to finish. |
| kChunkedPartial | 6u |
Used for decompressing only part of a chunked archive. |
Used to transport the Blobfs CompressionAlgorithm enum.
Defined at line 18 of file fidling/gen/src/storage/blobfs/fuchsia.blobfs.internal/cpp/fidl/fuchsia.blobfs.internal/cpp/common_types.h