C# Class SaltTPF.ZipReader.ZipEntryFull

Inheritance: ZipEntry
Show file Open project: ME3Explorer/ME3Explorer Class Usage Examples

Protected Properties

Property Type Description
Buildvers System.UInt16
DiskStart System.UInt16
ExternalAttr System.UInt32
FileOffset System.UInt32
InternalAttr System.UInt16

Public Methods

Method Description
Extract ( bool Preview, String outname = null ) : byte[]
ZipEntryFull ( byte entry, ZipReader par ) : System

Private Methods

Method Description
Deflate ( byte databuff, int start, int count ) : byte[]

Method Details

Extract() public method

public Extract ( bool Preview, String outname = null ) : byte[]
Preview bool
outname String
return byte[]

ZipEntryFull() public method

public ZipEntryFull ( byte entry, ZipReader par ) : System
entry byte
par ZipReader
return System

Property Details

Buildvers protected property

protected UInt16,System Buildvers
return System.UInt16

DiskStart protected property

protected UInt16,System DiskStart
return System.UInt16

ExternalAttr protected property

protected UInt32,System ExternalAttr
return System.UInt32

FileOffset protected property

protected UInt32,System FileOffset
return System.UInt32

InternalAttr protected property

protected UInt16,System InternalAttr
return System.UInt16