mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:47:35 +00:00
AK: Add a Stream wrapper that counts read bytes
This commit is contained in:
parent
d1f6a28ffd
commit
e62183f0ba
4 changed files with 93 additions and 0 deletions
|
@ -23,6 +23,7 @@ class Bitmap;
|
|||
using ByteBuffer = Detail::ByteBuffer<32>;
|
||||
class CircularBuffer;
|
||||
class ConstrainedStream;
|
||||
class CountingStream;
|
||||
class DeprecatedFlyString;
|
||||
class DeprecatedString;
|
||||
class DeprecatedStringCodePointIterator;
|
||||
|
@ -157,6 +158,7 @@ using AK::Bytes;
|
|||
using AK::CircularBuffer;
|
||||
using AK::CircularQueue;
|
||||
using AK::ConstrainedStream;
|
||||
using AK::CountingStream;
|
||||
using AK::DeprecatedFlyString;
|
||||
using AK::DeprecatedString;
|
||||
using AK::DeprecatedStringCodePointIterator;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue