Space Engineers
|
Classes | |
class | MyStreamWrapper |
Stream wrapper which will close both stream and other IDisposable object More... | |
class | MyZipArchive |
Class based on http://www.codeproject.com/Articles/209731/Csharp-use-Zip-archives-without-external-libraries. More... | |
class | MyZipArchiveReflection |
struct | MyZipFileInfo |
class | MyZipFileInfoReflection |
Enumerations | |
enum | CompressionMethodEnum : ushort { CompressionMethodEnum.Stored = (ushort)0, CompressionMethodEnum.Deflated = (ushort)8 } |
enum | DeflateOptionEnum : byte { DeflateOptionEnum.Normal = (byte)0, DeflateOptionEnum.Maximum = (byte)2, DeflateOptionEnum.Fast = (byte)4, DeflateOptionEnum.SuperFast = (byte)6, DeflateOptionEnum.None = (byte)255 } |
enum VRage.Compression.CompressionMethodEnum : ushort |
Enumerator | |
---|---|
Stored | |
Deflated |
Definition at line 14 of file MyZipArchive.cs.
enum VRage.Compression.DeflateOptionEnum : byte |
Enumerator | |
---|---|
Normal | |
Maximum | |
Fast | |
SuperFast | |
None |
Definition at line 20 of file MyZipArchive.cs.