1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 16:47:45 +00:00

AK: Add a Stream wrapper that counts read bytes

This commit is contained in:
Tim Schumacher 2023-03-16 10:23:24 +01:00 committed by Andreas Kling
parent d1f6a28ffd
commit e62183f0ba
4 changed files with 93 additions and 0 deletions

View file

@ -3,6 +3,7 @@ set(AK_SOURCES
Base64.cpp
CircularBuffer.cpp
ConstrainedStream.cpp
CountingStream.cpp
DOSPackedTime.cpp
DeprecatedFlyString.cpp
DeprecatedString.cpp