terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
ZipContainer (object o) | |
Properties | |
ZipFile | ZipFile [get, set] |
ZipOutputStream | ZipOutputStream [get, set] |
string | Name [get, set] |
string | Password [get, set] |
Zip64Option | Zip64 [get, set] |
int | BufferSize [get, set] |
int | CodecBufferSize [get, set] |
CompressionStrategy | Strategy [get, set] |
Zip64Option | UseZip64WhenSaving [get, set] |
Encoding | AlternateEncoding [get, set] |
Encoding | DefaultEncoding [get, set] |
ZipOption | AlternateEncodingUsage [get, set] |
Stream | ReadStream [get, set] |
Private Attributes | |
ZipFile | _zf |
ZipOutputStream | _zos |
ZipInputStream | _zis |
Definition at line 13 of file ZipContainer.cs.