MCPcopy Create free account
hub / github.com/OpenEarable/open-earable / BufferedOutputStream

Class BufferedOutputStream

src/utils/BufferedOutputStream.h:6–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include "BufferedStream.h"
5
6class BufferedOutputStream : public BufferedStream {
7public:
8 BufferedOutputStream();
9 ~BufferedOutputStream();
10 void provide(int n) override;
11 void consume(bool blocking) override;
12 int remaining() override;
13 int ready() override;
14 int get_contiguous_blocks() override;
15};
16
17#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected