MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / ComprDataIO

Method ComprDataIO

Libraries/unrar/rdwrfn.cpp:3–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "rar.hpp"
2
3ComprDataIO::ComprDataIO()
4{
5#ifndef RAR_NOCRYPT
6 Crypt=new CryptData;
7 Decrypt=new CryptData;
8#endif
9
10 Init();
11}
12
13
14void ComprDataIO::Init()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected