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

Method writeData

src/cinder/Stream.cpp:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void OStream::writeData( const void *src, size_t size )
154{
155 IOWrite( src, size );
156}
157
158////////////////////////////////////////////////////////////////////////////////////////
159// IStreamFile

Callers 10

stbWriteToStreamFunction · 0.45
writeMethod · 0.45
cgDataConsumerPutBytesFunction · 0.45
writeMethod · 0.45
writeMethod · 0.45
finalizeMethod · 0.45
WriteMethod · 0.45
TargetFileOggVorbisMethod · 0.45
addFrameMethod · 0.45

Calls 1

IOWriteFunction · 0.85

Tested by

no test coverage detected