MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / CInStream

Method CInStream

Source/Utility/ZLibWrapper.cpp:134–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132//
133//*****************************************************************************
134CInStream::CInStream( const char * filename )
135: mBufferOffset( 0 )
136, mBytesAvailable( 0 )
137, mFile( gzopen( filename, "rb" ) )
138{
139}
140
141//*****************************************************************************
142//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected