MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / Write

Method Write

neo/framework/Compressor.cpp:133–138  ·  view source on GitHub ↗

================ idCompressor_None::Write ================ */

Source from the content-addressed store, hash-verified

131================
132*/
133int idCompressor_None::Write( const void *inData, int inLength ) {
134 if ( compress == false || inLength <= 0 ) {
135 return 0;
136 }
137 return file->Write( inData, inLength );
138}
139
140/*
141================

Callers 2

WriteBitsMethod · 0.45
FinishCompressMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected