Namespace: Spire.Compression.Zip
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class ZipArchiveItem : IDisposable
Public Class ZipArchiveItem
	Implements IDisposable
public ref class ZipArchiveItem : IDisposable
type ZipArchiveItem =  
    class
        interface IDisposable
    end

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ZipArchiveItem(ZipArchive, String, Stream, Boolean, FileAttributes)
Initializes a new instance of the ZipArchiveItem class
CloneStream(Stream)
Compressed
CompressedSize
CompressionLevel
CompressionMethod
ControlStream
Crc32
DataStream
Dispose()()()()
Releases all resources used by the ZipArchiveItem
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExternalAttributes
Finalize()()()() (Overrides Object..::..Finalize()()()().)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
ItemName
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
OptimizedDecompress
OriginalSize
ResetFlags()()()()
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Update(ZippedContentStream)
Update(Stream, Boolean)

Inheritance Hierarchy

System..::..Object
  Spire.Compression.Zip..::..ZipArchiveItem

See Also