Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
86
IStreamRef DataSourcePath::createStream()
87
{
88
return loadFileStream( mFilePath );
89
}
90
91
92
#if defined( CINDER_ANDROID )
Callers
9
ObjLoader
Method · 0.80
ImageSourcePng
Method · 0.80
read
Method · 0.80
ImageSourceFileRadiance
Method · 0.80
parseKtx
Function · 0.80
parseDds
Function · 0.80
init
Method · 0.80
initReader
Method · 0.80
init
Method · 0.80
Calls
6
loadFileStream
Function · 0.85
loadAndroidAssetStream
Function · 0.85
loadUrlStream
Function · 0.85
create
Function · 0.50
getData
Method · 0.45
getSize
Method · 0.45
Tested by
no test coverage detected