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

Method COutStream

Source/Utility/ZLibWrapper.cpp:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33//
34//*****************************************************************************
35COutStream::COutStream( const char * filename )
36: mBufferCount( 0 )
37, mFile( gzopen( filename, "wb" ) )
38{
39}
40
41//*****************************************************************************
42//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected