MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getMethod

Method getMethod

Engine/source/core/util/zip/compressor.h:73–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71
72 inline const char * getName() { return mName; }
73 inline S32 getMethod() { return mMethod; }
74
75 virtual Stream *createReadStream(const CentralDir *cdir, Stream *zipStream) = 0;
76 virtual Stream *createWriteStream(const CentralDir *cdir, Stream *zipStream) = 0;

Callers 3

getMorphVertexDataMethod · 0.45
createNewFileMethod · 0.45
findCompressorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected