Back to Devexpress

ZipStreamItem Class

officefileapi-devexpress-dot-compression-1db920da.md

latest1.8 KB
Original Source

ZipStreamItem Class

A zip item specific to the stream source.

Namespace : DevExpress.Compression

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public class ZipStreamItem :
    ZipItem
vb
Public Class ZipStreamItem
    Inherits ZipItem

The following members return ZipStreamItem objects:

Remarks

The ZipStreamItem instance is obtained by using the ZipArchive.AddStream method to add a new zip item from the data stream.

The stream in the zip stream item is the original data stream. It should be available until the archive is saved using the ZipArchive.Save method. When a zip stream item is disposed of, the original stream is not closed.

Inheritance

Object ZipItem ZipStreamItem

See Also

ZipStreamItem Members

DevExpress.Compression Namespace