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

Method readData

src/cinder/Stream.cpp:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143void IStreamCinder::readData( void *t, size_t size )
144{
145 IORead( t, size );
146}
147
148void OStream::write( const Buffer &buffer )
149{

Callers 10

readTestMethod · 0.80
ci_PNG_stream_readerFunction · 0.80
readImplV2Method · 0.80
loadStreamMethod · 0.80
parseKtxFunction · 0.80
parseDdsFunction · 0.80
ReadMethod · 0.80
readMethod · 0.80
readMethod · 0.80
finishMethod · 0.80

Calls 1

IOReadFunction · 0.85

Tested by 1

readTestMethod · 0.64