|
| ZipEntry | AddItem (string fileOrDirectoryName) |
| |
| ZipEntry | AddItem (string fileOrDirectoryName, string directoryPathInArchive) |
| |
| ZipEntry | AddFile (string fileName) |
| |
| ZipEntry | AddFile (string fileName, string directoryPathInArchive) |
| |
| void | RemoveEntries (ICollection< ZipEntry > entriesToRemove) |
| |
| void | RemoveEntries (ICollection< string > entriesToRemove) |
| |
| void | AddFiles (IEnumerable< string > fileNames) |
| |
| void | UpdateFiles (IEnumerable< string > fileNames) |
| |
| void | AddFiles (IEnumerable< string > fileNames, string directoryPathInArchive) |
| |
| void | AddFiles (IEnumerable< string > fileNames, bool preserveDirHierarchy, string directoryPathInArchive) |
| |
| void | UpdateFiles (IEnumerable< string > fileNames, string directoryPathInArchive) |
| |
| ZipEntry | UpdateFile (string fileName) |
| |
| ZipEntry | UpdateFile (string fileName, string directoryPathInArchive) |
| |
| ZipEntry | UpdateDirectory (string directoryName) |
| |
| ZipEntry | UpdateDirectory (string directoryName, string directoryPathInArchive) |
| |
| void | UpdateItem (string itemName) |
| |
| void | UpdateItem (string itemName, string directoryPathInArchive) |
| |
| ZipEntry | AddEntry (string entryName, string content) |
| |
| ZipEntry | AddEntry (string entryName, string content, Encoding encoding) |
| |
| ZipEntry | AddEntry (string entryName, Stream stream) |
| |
| ZipEntry | AddEntry (string entryName, WriteDelegate writer) |
| |
| ZipEntry | AddEntry (string entryName, OpenDelegate opener, CloseDelegate closer) |
| |
| ZipEntry | UpdateEntry (string entryName, string content) |
| |
| ZipEntry | UpdateEntry (string entryName, string content, Encoding encoding) |
| |
| ZipEntry | UpdateEntry (string entryName, WriteDelegate writer) |
| |
| ZipEntry | UpdateEntry (string entryName, OpenDelegate opener, CloseDelegate closer) |
| |
| ZipEntry | UpdateEntry (string entryName, Stream stream) |
| |
| ZipEntry | AddEntry (string entryName, byte[] byteContent) |
| |
| ZipEntry | UpdateEntry (string entryName, byte[] byteContent) |
| |
| ZipEntry | AddDirectory (string directoryName) |
| |
| ZipEntry | AddDirectory (string directoryName, string directoryPathInArchive) |
| |
| ZipEntry | AddDirectoryByName (string directoryNameInArchive) |
| |
| bool | ContainsEntry (string name) |
| |
| override string | ToString () |
| |
| | ZipFile (string fileName) |
| |
| | ZipFile (string fileName, Encoding encoding) |
| |
| | ZipFile () |
| |
| | ZipFile (Encoding encoding) |
| |
| | ZipFile (string fileName, TextWriter statusMessageWriter) |
| |
| | ZipFile (string fileName, TextWriter statusMessageWriter, Encoding encoding) |
| |
| void | Initialize (string fileName) |
| |
| void | RemoveEntry (ZipEntry entry) |
| |
| void | RemoveEntry (string fileName) |
| |
| void | Dispose () |
| |
| void | ExtractAll (string path) |
| |
| void | ExtractAll (string path, ExtractExistingFileAction extractExistingFile) |
| |
| void | Save () |
| |
| void | Save (string fileName) |
| |
| void | Save (Stream outputStream) |
| |
| IEnumerator< ZipEntry > | GetEnumerator () |
| |
| IEnumerator | GetNewEnum () |
| |
|
| string | Info [get, set] |
| |
| bool | FullScan [get, set] |
| |
| bool | SortEntriesBeforeSaving [get, set] |
| |
| bool | AddDirectoryWillTraverseReparsePoints [get, set] |
| |
| int | BufferSize [get, set] |
| |
| int | CodecBufferSize [get, set] |
| |
| bool | FlattenFoldersOnExtract [get, set] |
| |
| CompressionStrategy | Strategy [get, set] |
| |
| string | Name [get, set] |
| |
| CompressionLevel | CompressionLevel [get, set] |
| |
| CompressionMethod | CompressionMethod [get, set] |
| |
| string | Comment [get, set] |
| |
| bool | EmitTimesInWindowsFormatWhenSaving [get, set] |
| |
| bool | EmitTimesInUnixFormatWhenSaving [get, set] |
| |
| bool | Verbose [get, set] |
| |
| bool | CaseSensitiveRetrieval [get, set] |
| |
| bool | UseUnicodeAsNecessary [get, set] |
| |
| Zip64Option | UseZip64WhenSaving [get, set] |
| |
| bool? | RequiresZip64 [get, set] |
| |
| bool? | OutputUsedZip64 [get, set] |
| |
| bool? | InputUsesZip64 [get, set] |
| |
| Encoding | ProvisionalAlternateEncoding [get, set] |
| |
| Encoding | AlternateEncoding [get, set] |
| |
| ZipOption | AlternateEncodingUsage [get, set] |
| |
| static Encoding | DefaultEncoding [get, set] |
| |
| TextWriter | StatusMessageTextWriter [get, set] |
| |
| string | TempFileFolder [get, set] |
| |
| string | Password [set, private get] |
| |
| ExtractExistingFileAction | ExtractExistingFile [get, set] |
| |
| ZipErrorAction | ZipErrorAction [get, set] |
| |
| EncryptionAlgorithm | Encryption [get, set] |
| |
| SetCompressionCallback | SetCompression [get, set] |
| |
| int | MaxOutputSegmentSize [get, set] |
| |
| int | NumberOfSegmentsForMostRecentSave [get, set] |
| |
| static Version | LibraryVersion [get, set] |
| |
| List< ZipEntry > | ZipEntriesAsList [get, set] |
| |
| ZipEntry | this[int ix] [get, set] |
| |
| ZipEntry | this[string fileName] [get, set] |
| |
| ICollection< string > | EntryFileNames [get, set] |
| |
| ICollection< ZipEntry > | Entries [get, set] |
| |
| ICollection< ZipEntry > | EntriesSorted [get, set] |
| |
| int | Count [get, set] |
| |
| Stream | ReadStream [get, set] |
| |
| Stream | WriteStream [get, set] |
| |
| string | ArchiveNameForEvent [get, set] |
| |
| EventHandler< SaveProgressEventArgs > | SaveProgress [set] |
| |
| EventHandler< ReadProgressEventArgs > | ReadProgress [set] |
| |
| long | LengthOfReadStream [get, set] |
| |
| EventHandler< ExtractProgressEventArgs > | ExtractProgress [set] |
| |
| EventHandler< AddProgressEventArgs > | AddProgress [set] |
| |
| EventHandler< ZipErrorEventArgs > | ZipError [set] |
| |
| class< GetEnumerator > | IDisposable [set] |
| |
Definition at line 18 of file ZipFile.cs.