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.
파일 보기 프로젝트 열기: zhuangyy/Motion 1 사용 예제들

공개 메소드들

메소드 설명
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