C# Class SaltTPF.ZipWriter.ZipEntry

Datei anzeigen Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
CRC32 System.UInt32
ComprLen System.UInt32
Date System.UInt16
Filename String
MainOffset long
Time System.UInt16
UncLen System.UInt32

Public Methods

Method Description
ZipEntry ( ) : System

Method Details

ZipEntry() public method

public ZipEntry ( ) : System
return System

Property Details

CRC32 public_oe property

public UInt32,System CRC32
return System.UInt32

ComprLen public_oe property

public UInt32,System ComprLen
return System.UInt32

Date public_oe property

public UInt16,System Date
return System.UInt16

Filename public_oe property

public String Filename
return String

MainOffset public_oe property

public long MainOffset
return long

Time public_oe property

public UInt16,System Time
return System.UInt16

UncLen public_oe property

public UInt32,System UncLen
return System.UInt32