mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:38:10 +00:00
LibCompress: Return Optional from decompress_all method.
This commit is contained in:
parent
7e02cad476
commit
4af8eea56f
7 changed files with 22 additions and 20 deletions
|
@ -41,7 +41,7 @@ public:
|
|||
bool discard_or_error(size_t) override;
|
||||
bool eof() const override;
|
||||
|
||||
static ByteBuffer decompress_all(ReadonlyBytes);
|
||||
static Optional<ByteBuffer> decompress_all(ReadonlyBytes);
|
||||
|
||||
private:
|
||||
struct [[gnu::packed]] BlockHeader
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue