Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Types
| All Types | Classes | Enumerations | Delegates |
| Name | Description | |
|---|---|---|
| BadCrcException |
Issued when an CRC check fails upon extracting an entry from a zip archive.
| |
| BadPasswordException |
Issued when an ZipEntry.ExtractWithPassword() method is invoked
with an incorrect password.
| |
| BadReadException |
Indicates that a read was attempted on a stream, and bad or incomplete data was
received.
| |
| BadStateException |
Indicates that an operation was attempted on a ZipFile which was not possible
given the state of the instance. For example, if you call Save() on a ZipFile
which has no filename set, you can get this exception.
| |
| CRC32 |
Calculates a 32bit Cyclic Redundancy Checksum (CRC) using the
same polynomial used by Zip. This type ie generally not used directly
by applications wishing to create, read, or manipulate zip archive files.
| |
| EncryptionAlgorithm |
An enum that provides the various encryption algorithms supported by this library.
| |
| SaveCompletedEventHandler |
Delegate for the SaveCompleted event.
| |
| SaveEventArgs |
Used to provide event information about the Save .
| |
| SaveProgressEventArgs |
Base class used to provide information about the download progress.
| |
| SaveProgressEventHandler |
Delegate for the SaveProgress event.
| |
| SaveStartedEventHandler |
Delegate for the SaveStarted event.
| |
| SelfExtractorFlavor |
An enum that provides the different self-extractor flavors
| |
| SfxGenerationException |
Issued when errors occur saving a self-extracting archive.
| |
| Shared |
Collects general purpose utility methods.
| |
| ZipCompressionMethod | ||
| ZipCrypto |
This class implements the "traditional" or "classic" PKZip encryption,
which today is considered to be weak. On the other hand it is
ubiquitous. This class is intended for use only by the DotNetZip library.
| |
| ZipEntry |
Represents a single entry in a ZipFile. Typically, applications
get a ZipEntry by enumerating the entries within a ZipFile,
or by adding an entry to a ZipFile.
| |
| ZipFile |
The ZipFile type represents a zip archive file. This is the main type in the
class library that reads and writes zip files, as defined in the format
for zip described by PKWare. This implementation is based on the
System.IO.Compression.DeflateStream base class in the .NET Framework
base class library, for v2.0 and later.
|