Tim Schumacher
43f98ac6e1
Everywhere: Remove the AK::
qualifier from Stream usages
2023-02-13 00:50:07 +00:00
Tim Schumacher
874c7bba28
LibCore: Remove Stream.h
2023-02-13 00:50:07 +00:00
Timothy Flynn
4a916cd379
Everywhere: Remove needless copies of Error / ErrorOr instances
...
Either take the underlying objects with release_* methods or move() the
instances around.
2023-02-10 09:08:52 +00:00
Tim Schumacher
371c51f934
AK: Make SeekableStream::truncate()
take a size_t
...
Similar to the return values earlier, a signed value doesn't really make
sense here. Relying on the much more standard `size_t` makes it easier
to use Stream in all contexts.
2023-02-04 18:41:27 -07:00
Tim Schumacher
94f139c111
AK: Move buffered streams from LibCore
2023-01-29 19:16:44 -07:00