C# Класс ZForge.Zip.ZipDirEntry

This class models an entry in the directory contained within the zip file. The class is generally not used from within application code, though it is used by the ZipFile class.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
IsNotValidSig ( int signature ) : bool

Returns true if the passed-in value is a valid signature for a ZipDirEntry.

Read ( System s ) : ZipDirEntry

Reads one entry from the zip directory structure in the zip file.

Приватные методы

Метод Описание
ZipDirEntry ( ) : System
ZipDirEntry ( ZipEntry ze ) : System

Описание методов

IsNotValidSig() публичный статический Метод

Returns true if the passed-in value is a valid signature for a ZipDirEntry.
public static IsNotValidSig ( int signature ) : bool
signature int the candidate 4-byte signature value.
Результат bool

Read() публичный статический Метод

Reads one entry from the zip directory structure in the zip file.
public static Read ( System s ) : ZipDirEntry
s System the stream from which to read.
Результат ZipDirEntry