mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:47:45 +00:00
AK: Add InputBitStream class.
This commit is contained in:
parent
a82fead38a
commit
71cbf72e8a
2 changed files with 124 additions and 0 deletions
|
@ -52,6 +52,7 @@ class InputStream;
|
|||
class InputMemoryStream;
|
||||
class DuplexMemoryStream;
|
||||
class OutputStream;
|
||||
class InputBitStream;
|
||||
|
||||
template<size_t Capacity>
|
||||
class CircularDuplexStream;
|
||||
|
@ -138,6 +139,7 @@ using AK::Function;
|
|||
using AK::HashMap;
|
||||
using AK::HashTable;
|
||||
using AK::InlineLinkedList;
|
||||
using AK::InputBitStream;
|
||||
using AK::InputMemoryStream;
|
||||
using AK::InputStream;
|
||||
using AK::IPv4Address;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue