C# Class SaltTPF.ZipReader.ZipEntry

Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Protected Properties

Свойство Type Description
ComprMethod System.UInt16
DataOffset System.UInt32
Extra Byte[]
Minvers System.UInt16
ModifyDate System.UInt16
ModifyTime System.UInt16
_par ZipReader

Méthodes publiques

Méthode Description
Compare ( ZipEntry entry ) : bool
ZipEntry ( ZipReader par ) : System
ZipEntry ( byte entry ) : System

Method Details

Compare() public méthode

public Compare ( ZipEntry entry ) : bool
entry ZipEntry
Résultat bool

ZipEntry() public méthode

public ZipEntry ( ZipReader par ) : System
par ZipReader
Résultat System

ZipEntry() public méthode

public ZipEntry ( byte entry ) : System
entry byte
Résultat System

Property Details

ComprMethod protected_oe property

protected UInt16,System ComprMethod
Résultat System.UInt16

DataOffset protected_oe property

protected UInt32,System DataOffset
Résultat System.UInt32

Extra protected_oe property

protected Byte[] Extra
Résultat Byte[]

Minvers protected_oe property

protected UInt16,System Minvers
Résultat System.UInt16

ModifyDate protected_oe property

protected UInt16,System ModifyDate
Résultat System.UInt16

ModifyTime protected_oe property

protected UInt16,System ModifyTime
Résultat System.UInt16

_par protected_oe property

protected ZipReader,SaltTPF _par
Résultat ZipReader