MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / writeBytesAbsolute

Method writeBytesAbsolute

source/core/StarIODevice.cpp:136–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136void IODevice::writeBytesAbsolute(StreamOffset writePosition, ByteArray const& p) {
137 writeFullAbsolute(writePosition, p.ptr(), p.size());
138}
139
140void IODevice::setMode(IOMode m) {
141 m_mode = m;

Callers

nothing calls this directly

Calls 2

ptrMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected