ladybird/Tests/LibCompress
Tim Schumacher d5871f5717 AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
Similar to POSIX read, the basic read and write functions of AK::Stream
do not have a lower limit of how much data they read or write (apart
from "none at all").

Rename the functions to "read some [data]" and "write some [data]" (with
"data" being omitted, since everything here is reading and writing data)
to make them sufficiently distinct from the functions that ensure to
use the entire buffer (which should be the go-to function for most
usages).

No functional changes, just a lot of new FIXMEs.
2023-03-13 15:16:20 +00:00
..
brotli-test-files LibCompress: Brotli support metadata of skip_length=0 2022-10-11 22:49:33 -06:00
CMakeLists.txt LibCompress: Implement Brotli decompressor 2022-05-21 22:41:40 +02:00
TestBrotli.cpp AK: Rename Stream::{read,write} to Stream::{read_some,write_some} 2023-03-13 15:16:20 +00:00
TestDeflate.cpp AK: Remove the fallible constructor from FixedMemoryStream 2023-02-08 17:44:32 +00:00
TestGzip.cpp LibCompress: Port GzipCompressor to Core::Stream 2023-01-10 10:28:26 +01:00
TestZlib.cpp LibCompress: Rename Compress::Zlib to Compress::ZlibDecompressor 2023-01-03 10:01:09 +00:00