19 #ifndef PAGESPEED_KERNEL_UTIL_BROTLI_INFLATER_H_
20 #define PAGESPEED_KERNEL_UTIL_BROTLI_INFLATER_H_
27 struct BrotliDecoderStateStruct;
29 namespace net_instaweb {
48 static bool Compress(StringPiece in,
int compression_level,
68 std::unique_ptr<BrotliDecoderStateStruct, void(*)(BrotliDecoderStateStruct*)>
static bool Compress(StringPiece in, MessageHandler *handler, Writer *writer)
Definition: brotli_inflater.h:36
Interface for writing bytes to an output stream.
Definition: writer.h:29
Definition: message_handler.h:39
static bool Decompress(StringPiece in, MessageHandler *handler, Writer *writer)