MCPcopy Create free account
hub / github.com/Phobos-developers/Phobos / Write

Method Write

src/Utilities/Stream.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void PhobosByteStream::Write(const data_t* Value, size_t Size)
58{
59 this->Data.insert(this->Data.end(), Value, Value + Size);
60}
61
62size_t PhobosByteStream::ReadBlockFromStream(IStream* pStm)
63{

Callers 3

SaveMethod · 0.95
WriteToStreamMethod · 0.45
WriteBlockToStreamMethod · 0.45

Calls 2

insertMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected