DwfZip Class |
Namespace: Aspose.CAD.FileFormats.Dwf
The DwfZip type exposes the following members.
Name | Description | |
---|---|---|
![]() | DwfZip |
Initializes a new instance of the DwfZip class
|
Name | Description | |
---|---|---|
![]() ![]() | BufferSize |
Size of the IO buffer used while saving.
(Inherited from ZipFile.) |
![]() | CaseSensitiveRetrieval |
Indicates whether to perform case-sensitive matching on the filename when
retrieving entries in the zipfile via the string-based indexer.
(Inherited from ZipFile.) |
![]() | CodecBufferSize |
Size of the work buffer to use for the ZLIB codec during compression.
(Inherited from ZipFile.) |
![]() | Comment |
A comment attached to the zip archive.
(Inherited from ZipFile.) |
![]() | CompressionLevel |
Sets the compression level to be used for entries when saving the zip archive.
(Inherited from ZipFile.) |
![]() | Count |
Returns the number of entries in the Zip archive.
(Inherited from ZipFile.) |
![]() | EmitTimesInUnixFormatWhenSaving |
Specifies whether the Creation, Access, and Modified times
for entries added to the zip file will be emitted in "Unix(tm)
format" when the zip archive is saved.
(Inherited from ZipFile.) |
![]() ![]() | EmitTimesInWindowsFormatWhenSaving |
Specifies whether the Creation, Access, and Modified times
for entries added to the zip file will be emitted in "Unix(tm)
format" when the zip archive is saved.
(Inherited from ZipFile.) |
![]() ![]() | Encryption |
The Encryption to use for entries added to the ZipFile.
(Inherited from ZipFile.) |
![]() | Entries |
Returns the readonly collection of entries in the Zip archive.
(Inherited from ZipFile.) |
![]() ![]() | EntryFileNames |
The list of filenames for the entries contained within the zip archive.
(Inherited from ZipFile.) |
![]() | ExtractExistingFile |
The action the library should take when extracting a file that already exists.
(Inherited from ZipFile.) |
![]() | FlattenFoldersOnExtract |
Indicates whether extracted files should keep their paths as
stored in the zip archive.
(Inherited from ZipFile.) |
![]() ![]() | ForceNoCompression |
Gets or sets the flag that indicates whether the ZipFile should use
compression for subsequently added entries in the ZipFile instance.
(Inherited from ZipFile.) |
![]() ![]() | FullScan |
Indicates whether to perform a full scan of the zip file when reading it.
(Inherited from ZipFile.) |
![]() | ItemInt32 |
This is an integer indexer into the Zip archive.
(Inherited from ZipFile.) |
![]() ![]() | ItemString |
This is a name-based indexer into the Zip archive.
(Inherited from ZipFile.) |
![]() | Name |
The name of the ZipFile, on disk.
(Inherited from ZipFile.) |
![]() | OutputUsedZip64 |
Describes whether the most recent Save() operation used ZIP64 extensions.
(Inherited from ZipFile.) |
![]() ![]() | Password |
Sets the password to be used on the ZipFile instance.
(Inherited from ZipFile.) |
![]() ![]() | ProvisionalAlternateEncoding |
The text encoding to use when writing new entries to the ZipFile, for
those entries that cannot be encoded with the default (IBM437) encoding; or,
the text encoding that was used when reading the entries from the
ZipFile.
(Inherited from ZipFile.) |
![]() | ReadStream |
Gets or sets the read stream.
(Inherited from ZipFile.) |
![]() | RequiresZip64 |
Indicates whether the archive requires ZIP64 extensions.
(Inherited from ZipFile.) |
![]() ![]() | StatusMessageTextWriter |
Gets or sets the TextWriter to which status messages are delivered
for the instance.
(Inherited from ZipFile.) |
![]() | Strategy |
The compression strategy to use for all entries.
(Inherited from ZipFile.) |
![]() | TempFileFolder |
Gets or sets the name for the folder to store the temporary file
this library writes when saving a zip archive.
(Inherited from ZipFile.) |
![]() | UseUnicodeAsNecessary |
Indicates whether to encode entry filenames and entry comments using Unicode
(UTF-8).
(Inherited from ZipFile.) |
![]() | UseZip64WhenSaving |
Specify whether to use ZIP64 extensions when saving a zip archive.
(Inherited from ZipFile.) |
![]() | WantCompression |
A callback that allows the application to specify whether compression should
be used for entries subsequently added to the zip archive.
(Inherited from ZipFile.) |
![]() ![]() | WillReadTwiceOnInflation |
A callback that allows the application to specify whether multiple reads of the
stream should be performed, in the case that a compression operation actually
inflates the size of the file data.
(Inherited from ZipFile.) |
![]() | ZipErrorAction |
The action the library should take when an error is encountered while
opening or reading files as they are added to a zip archive.
(Inherited from ZipFile.) |
Name | Description | |
---|---|---|
![]() | AddDirectory(String) |
Adds the contents of a filesystem directory to a Zip file archive.
(Inherited from ZipFile.) |
![]() ![]() | AddDirectory(String, String) |
Adds the contents of a filesystem directory to a Zip file archive,
overriding the path to be used for entries in the archive.
(Inherited from ZipFile.) |
![]() | AddDirectoryByName |
Creates a directory in the zip archive.
(Inherited from ZipFile.) |
![]() | AddEntry(String, String, Byte) |
Add an entry into the zip archive using the given filename and directory
path within the archive, and the given content for the file. No file is
created in the filesystem.
(Inherited from ZipFile.) |
![]() ![]() | AddEntry(String, String, Stream) |
Create an entry in the ZipFile using the given Stream as input. The
entry will have the given filename and given directory path.
(Inherited from ZipFile.) |
![]() ![]() | AddEntry(String, String, String) |
Adds a named entry into the zip archive, taking content for the entry
from a string.
(Inherited from ZipFile.) |
![]() | AddEntry(String, String, String, Encoding) |
Adds a named entry into the zip archive, taking content for the entry
from a string.
(Inherited from ZipFile.) |
![]() ![]() | AddFile(String) |
Adds a File to a Zip file archive.
(Inherited from ZipFile.) |
![]() ![]() | AddFile(String, String) |
Adds a File to a Zip file archive, potentially overriding the path to be used
within the zip archive.
(Inherited from ZipFile.) |
![]() | AddFileFromStream | Obsolete.
Create an entry in the ZipFile using the given Stream as input. The
entry will have the given filename and given directory path.
(Inherited from ZipFile.) |
![]() | AddFileFromString | Obsolete.
Adds a named entry into the zip archive, taking content for the entry
from a string.
(Inherited from ZipFile.) |
![]() ![]() | AddFiles(ArrayList) |
This method adds a set of files to the ZipFile.
(Inherited from ZipFile.) |
![]() | AddFiles(ArrayList, String) |
Adds a set of files to the ZipFile, using the specified directory path
in the archive.
(Inherited from ZipFile.) |
![]() | AddFiles(ArrayList, Boolean, String) |
Adds a set of files to the ZipFile, using the specified directory
path in the archive, and preserving the full directory structure in the
filenames.
(Inherited from ZipFile.) |
![]() | AddFileStream | Obsolete.
Uses the given stream as input to create an entry in the ZipFile,
with the given filename and given directory path.
(Inherited from ZipFile.) |
![]() | AddItem(String) |
Adds an item, either a file or a directory, to a zip file archive.
(Inherited from ZipFile.) |
![]() ![]() | AddItem(String, String) |
Adds an item, either a file or a directory, to a zip file archive,
explicitly specifying the directory path to be used in the archive.
(Inherited from ZipFile.) |
![]() ![]() | Dispose |
Handles closing of the read and write streams associated
to the ZipFile, if necessary.
(Inherited from ZipFile.) |
![]() | Dispose(Boolean) |
The Dispose() method. It disposes any managed resources,
if the flag is set, then marks the instance disposed.
This method is typically not called from application code.
(Inherited from ZipFile.) |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Extract |
Extracts this instance.
|
![]() | Extract(String) | Obsolete.
Extract a single item from the archive to the current working directory.
(Inherited from ZipFile.) |
![]() | Extract(String, ExtractExistingFileAction) | Obsolete.
Extract a single item from the archive to the current working directory,
potentially overwriting any existing file in the filesystem by the same
name.
(Inherited from ZipFile.) |
![]() | Extract(String, Boolean) | Obsolete.
Extract a single item from the archive to the current working directory,
potentially overwriting any existing file in the filesystem by the same
name.
(Inherited from ZipFile.) |
![]() | Extract(String, Stream) | Obsolete.
Extract a single specified file from the archive, to the given stream.
(Inherited from ZipFile.) |
![]() | Extract(String, String) | Obsolete.
Extract a single item from the archive to the specified directory.
(Inherited from ZipFile.) |
![]() | Extract(String, String, ExtractExistingFileAction) | Obsolete.
Extract a single item from the archive, into the specified directory,
using the specified behavior when extraction would overwrite an existing file.
(Inherited from ZipFile.) |
![]() | Extract(String, String, Boolean) | Obsolete.
Extract a single item from the archive, into the specified directory,
potentially overwriting any existing file in the filesystem by the same
name.
(Inherited from ZipFile.) |
![]() ![]() | ExtractAll(String) |
Extracts all of the items in the zip archive, to the specified path in the
filesystem. The path can be relative or fully-qualified.
(Inherited from ZipFile.) |
![]() ![]() | ExtractAll(String, ExtractExistingFileAction) |
Extracts all of the items in the zip archive, to the specified path in the
filesystem, using the specified behavior when extraction would overwrite an
existing file.
(Inherited from ZipFile.) |
![]() ![]() | ExtractAll(String, Boolean) | Obsolete.
Extracts all of the items in the zip archive, to the specified path in the filesystem,
optionally overwriting any existing files. The path can be relative or fully-qualified.
(Inherited from ZipFile.) |
![]() | Finalize |
This is the class Destructor, which gets called implicitly when the instance
is destroyed. Because the ZipFile type implements IDisposable, this
method calls Dispose(false).
(Inherited from ZipFile.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetNewEnum |
IEnumerator support, for use of a ZipFile in a foreach construct.
(Inherited from ZipFile.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | Initialize |
Initialize a ZipFile instance by reading in a zip file.
(Inherited from ZipFile.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RemoveEntries |
This method removes a collection of entries from the ZipFile.
(Inherited from ZipFile.) |
![]() ![]() | RemoveEntry(String) |
Removes the ZipEntry with the given filename from the zip archive.
(Inherited from ZipFile.) |
![]() ![]() | RemoveEntry(ZipEntry) |
Removes the given ZipEntry from the zip archive.
(Inherited from ZipFile.) |
![]() | Save |
Saves the Zip archive to a file, specified by the Name property of the ZipFile.
(Inherited from ZipFile.) |
![]() | Save(Stream) |
Save the zip archive to the specified stream.
(Inherited from ZipFile.) |
![]() ![]() | Save(String) |
Save the file to a new zipfile, with the given name.
(Inherited from ZipFile.) |
![]() | ToString | Provides a string representation of the instance. (Inherited from ZipFile.) |
![]() | UpdateDirectory(String) |
Add or update a directory in a zip archive.
(Inherited from ZipFile.) |
![]() | UpdateDirectory(String, String) |
Add or update a directory in the zip archive at the specified root directory
in the archive.
(Inherited from ZipFile.) |
![]() | UpdateEntry(String, String, Byte) |
Updates the given entry in the ZipFile, using the given byte array as
content for the entry.
(Inherited from ZipFile.) |
![]() | UpdateEntry(String, String, Stream) |
Updates the given entry in the ZipFile, using the given stream as
input, and the given filename and given directory Path.
(Inherited from ZipFile.) |
![]() | UpdateEntry(String, String, String) |
Updates the given entry in the ZipFile, using the given string as input.
(Inherited from ZipFile.) |
![]() | UpdateEntry(String, String, String, Encoding) |
Updates the given entry in the ZipFile, using the given string as content
for the ZipEntry.
(Inherited from ZipFile.) |
![]() ![]() | UpdateFile(String) |
Adds or Updates a File in a Zip file archive.
(Inherited from ZipFile.) |
![]() | UpdateFile(String, String) |
Adds or Updates a File in a Zip file archive.
(Inherited from ZipFile.) |
![]() | UpdateFiles(ArrayList) |
Adds or updates a set of files in the ZipFile.
(Inherited from ZipFile.) |
![]() | UpdateFiles(ArrayList, String) |
Adds or updates a set of files to the ZipFile, using the specified
directory path in the archive.
(Inherited from ZipFile.) |
![]() | UpdateFileStream | Obsolete.
Updates the given entry in the ZipFile, using the given stream as
input, and the given filename and given directory path.
(Inherited from ZipFile.) |
![]() | UpdateItem(String) |
Add or update a file or directory in the zip archive.
(Inherited from ZipFile.) |
![]() | UpdateItem(String, String) |
Add or update a file or directory.
(Inherited from ZipFile.) |
Name | Description | |
---|---|---|
![]() ![]() | AddProgress |
An event handler invoked before, during, and after Adding entries to a zip archive.
(Inherited from ZipFile.) |
![]() ![]() | ExtractProgress |
An event handler invoked before, during, and after extraction of entries
in the zip archive.
(Inherited from ZipFile.) |
![]() | ReadProgress |
An event handler invoked before, during, and after the reading of a zip archive.
(Inherited from ZipFile.) |
![]() ![]() | SaveProgress |
An event handler invoked when a Save() starts, before and after each entry has been
written to the archive, when a Save() completes, and during other Save events.
(Inherited from ZipFile.) |
![]() | ZipError |
An event handler invoked when an error occurs during open or read of files
while saving a zip archive.
(Inherited from ZipFile.) |