C# Class SaltTPF.ZipReader.ZipEntryFull

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

Protected Properties

Свойство Type Description
Buildvers System.UInt16
DiskStart System.UInt16
ExternalAttr System.UInt32
FileOffset System.UInt32
InternalAttr System.UInt16

Méthodes publiques

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

Private Methods

Méthode Description
Deflate ( byte databuff, int start, int count ) : byte[]

Method Details

Extract() public méthode

public Extract ( bool Preview, String outname = null ) : byte[]
Preview bool
outname String
Résultat byte[]

ZipEntryFull() public méthode

public ZipEntryFull ( byte entry, ZipReader par ) : System
entry byte
par ZipReader
Résultat System

Property Details

Buildvers protected_oe property

protected UInt16,System Buildvers
Résultat System.UInt16

DiskStart protected_oe property

protected UInt16,System DiskStart
Résultat System.UInt16

ExternalAttr protected_oe property

protected UInt32,System ExternalAttr
Résultat System.UInt32

FileOffset protected_oe property

protected UInt32,System FileOffset
Résultat System.UInt32

InternalAttr protected_oe property

protected UInt16,System InternalAttr
Résultat System.UInt16