|
TNet 3
3.0.8
|
Classes | |
| class | SevenZip.DataErrorException |
| The exception that is thrown when an error in input stream occurs during decoding. More... | |
| class | SevenZip.InvalidParamException |
| The exception that is thrown when the value of an argument is outside the allowable range. More... | |
| interface | SevenZip.ICodeProgress |
| interface | SevenZip.ICoder |
| interface | SevenZip.ISetCoderProperties |
| interface | SevenZip.IWriteCoderProperties |
| interface | SevenZip.ISetDecoderProperties |
Namespaces | |
| package | SevenZip |
Enumerations | |
| enum | SevenZip.CoderPropID { SevenZip.CoderPropID.DefaultProp = 0, SevenZip.CoderPropID.DictionarySize, SevenZip.CoderPropID.UsedMemorySize, SevenZip.CoderPropID.Order, SevenZip.CoderPropID.BlockSize, SevenZip.CoderPropID.PosStateBits, SevenZip.CoderPropID.LitContextBits, SevenZip.CoderPropID.LitPosBits, SevenZip.CoderPropID.NumFastBytes, SevenZip.CoderPropID.MatchFinder, SevenZip.CoderPropID.MatchFinderCycles, SevenZip.CoderPropID.NumPasses, SevenZip.CoderPropID.Algorithm, SevenZip.CoderPropID.NumThreads, SevenZip.CoderPropID.EndMarker } |
| Provides the fields that represent properties idenitifiers for compressing. More... | |