메소드 | 설명 | |
---|---|---|
IsNotValidSig ( int signature ) : bool |
Returns true if the passed-in value is a valid signature for a ZipDirEntry.
|
|
Read ( System s ) : |
Reads one entry from the zip directory structure in the zip file.
|
메소드 | 설명 | |
---|---|---|
ZipDirEntry ( ) : System | ||
ZipDirEntry ( |
public static IsNotValidSig ( int signature ) : bool | ||
signature | int | the candidate 4-byte signature value. |
리턴 | bool |
public static Read ( System s ) : |
||
s | System | the stream from which to read. |
리턴 |