|
Nix 2.34.7
Nix, the purely functional package manager; unstable internal interfaces
|
Public Member Functions | |
| BrotliDecompressionSink (Sink &nextSink) | |
| void | finish () override |
| void | writeInternal (std::string_view data) override |
| Public Member Functions inherited from nix::ChunkedCompressionSink | |
| void | writeUnbuffered (std::string_view data) override |
Public Attributes | |
| Sink & | nextSink |
| BrotliDecoderState * | state |
| bool | finished = false |
| Public Attributes inherited from nix::ChunkedCompressionSink | |
| uint8_t | outbuf [32 *1024] |
|
inlineoverridevirtual |
Implements nix::ChunkedCompressionSink.