serenity/Userland/Libraries/LibCompress
Tim Schumacher c6d71ca727 LibCore: Rename MemoryStream to FixedMemoryStream
This is to differentiate between the upcoming `AllocatingMemoryStream`,
which automatically allocates memory as needed instead of operating on a
static memory area.
2022-12-15 13:28:29 +00:00
..
Brotli.cpp LibCore: Use the new Handle type for the BitStream types 2022-12-12 16:21:39 +00:00
Brotli.h LibCore: Remove Stream::is_{readable,writable} 2022-12-12 14:16:42 +01:00
BrotliDictionary.cpp Everywhere: Add support for compilation under emscripten 2022-11-26 02:23:15 +03:30
BrotliDictionary.h
BrotliDictionaryData.bin
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
Deflate.cpp LibCore: Rename MemoryStream to FixedMemoryStream 2022-12-15 13:28:29 +00:00
Deflate.h LibCompress: Port DeflateDecompressor to Core::Stream 2022-12-12 16:21:39 +00:00
DeflateTables.h
Gzip.cpp LibCore: Rename MemoryStream to FixedMemoryStream 2022-12-15 13:28:29 +00:00
Gzip.h LibCompress: Port DeflateDecompressor to Core::Stream 2022-12-12 16:21:39 +00:00
Zlib.cpp LibCompress: Port DeflateDecompressor to Core::Stream 2022-12-12 16:21:39 +00:00
Zlib.h