#include "ref.hh"
#include "types.hh"
#include "serialise.hh"
#include <string>
Go to the source code of this file.
|
std::string | nix::decompress (const std::string &method, std::string_view in) |
|
std::unique_ptr< FinishSink > | nix::makeDecompressionSink (const std::string &method, Sink &nextSink) |
|
std::string | nix::compress (const std::string &method, std::string_view in, const bool parallel, int level) |
|
ref< CompressionSink > | nix::makeCompressionSink (const std::string &method, Sink &nextSink, const bool parallel, int level) |
|
| nix::MakeError (UnknownCompressionMethod, Error) |
|
| nix::MakeError (CompressionError, Error) |
|