MCPcopy Create free account
hub / github.com/AbyssEngine/AbyssEngineOld / InputStream

Class InputStream

src/Abyss/FileSystem/InputStream.h:13–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11};
12
13class InputStream final : public std::istream {
14 std::unique_ptr<std::streambuf> _streamBuff;
15
16 public:
17 explicit InputStream(std::unique_ptr<std::streambuf> streamBuff);
18 InputStream(InputStream &&other) noexcept;
19 std::streamsize size();
20};
21
22} // namespace Abyss::FileSystem

Callers 3

loadMethod · 0.85
loadMethod · 0.85
loadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected