C# Class SaltTPF.ZipReader.ZipEntry

Show file Open project: ME3Explorer/ME3Explorer Class Usage Examples

Protected Properties

Property Type Description
ComprMethod System.UInt16
DataOffset System.UInt32
Extra Byte[]
Minvers System.UInt16
ModifyDate System.UInt16
ModifyTime System.UInt16
_par ZipReader

Public Methods

Method Description
Compare ( ZipEntry entry ) : bool
ZipEntry ( ZipReader par ) : System
ZipEntry ( byte entry ) : System

Method Details

Compare() public method

public Compare ( ZipEntry entry ) : bool
entry ZipEntry
return bool

ZipEntry() public method

public ZipEntry ( ZipReader par ) : System
par ZipReader
return System

ZipEntry() public method

public ZipEntry ( byte entry ) : System
entry byte
return System

Property Details

ComprMethod protected property

protected UInt16,System ComprMethod
return System.UInt16

DataOffset protected property

protected UInt32,System DataOffset
return System.UInt32

Extra protected property

protected Byte[] Extra
return Byte[]

Minvers protected property

protected UInt16,System Minvers
return System.UInt16

ModifyDate protected property

protected UInt16,System ModifyDate
return System.UInt16

ModifyTime protected property

protected UInt16,System ModifyTime
return System.UInt16

_par protected property

protected ZipReader,SaltTPF _par
return ZipReader