|
|
bool | iceberg::puffin::IsFlagSet (std::span< const uint8_t, 4 > flags, PuffinFlag flag) |
| | Check if a flag is set in the flags bytes.
|
| |
|
void | iceberg::puffin::SetFlag (std::span< uint8_t, 4 > flags, PuffinFlag flag) |
| | Set a flag in the flags bytes.
|
| |
|
Result< std::vector< std::byte > > | iceberg::puffin::Compress (PuffinCompressionCodec codec, std::span< const std::byte > input) |
| | Compress data using the specified codec.
|
| |
|
Result< std::vector< std::byte > > | iceberg::puffin::Decompress (PuffinCompressionCodec codec, std::span< const std::byte > input) |
| | Decompress data using the specified codec.
|
| |
Puffin file format constants and utilities.