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

Method StreamReader

src/Abyss/Streams/StreamReader.cpp:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3namespace Abyss::Streams {
4
5StreamReader::StreamReader(FileSystem::InputStream &inputStream) : _inputStream(inputStream) {}
6
7uint8_t StreamReader::readByte() const { return static_cast<uint8_t>(_inputStream.get()); }
8

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected