MCPcopy Create free account
hub / github.com/cinder/Cinder / write

Method write

src/cinder/Buffer.cpp:124–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void Buffer::write( const DataTargetRef &dataTarget )
125{
126 OStreamRef os = dataTarget->getStream();
127 os->write( *this );
128}
129
130//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
131// StreamingBuffer

Callers

nothing calls this directly

Calls 1

getStreamMethod · 0.80

Tested by

no test coverage detected