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

Method createStream

src/cinder/DataSource.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86IStreamRef DataSourcePath::createStream()
87{
88 return loadFileStream( mFilePath );
89}
90
91
92#if defined( CINDER_ANDROID )

Callers 9

ObjLoaderMethod · 0.80
ImageSourcePngMethod · 0.80
readMethod · 0.80
parseKtxFunction · 0.80
parseDdsFunction · 0.80
initMethod · 0.80
initReaderMethod · 0.80
initMethod · 0.80

Calls 6

loadFileStreamFunction · 0.85
loadAndroidAssetStreamFunction · 0.85
loadUrlStreamFunction · 0.85
createFunction · 0.50
getDataMethod · 0.45
getSizeMethod · 0.45

Tested by

no test coverage detected