C# Class SaltTPF.ZipWriter.ZipEntry

Show file 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 property

public UInt32,System CRC32
return System.UInt32

ComprLen public property

public UInt32,System ComprLen
return System.UInt32

Date public property

public UInt16,System Date
return System.UInt16

Filename public property

public String Filename
return String

MainOffset public property

public long MainOffset
return long

Time public property

public UInt16,System Time
return System.UInt16

UncLen public property

public UInt32,System UncLen
return System.UInt32