C# 클래스 SaltTPF.ZipWriter.ZipEntry

파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CRC32 System.UInt32
ComprLen System.UInt32
Date System.UInt16
Filename String
MainOffset long
Time System.UInt16
UncLen System.UInt32

공개 메소드들

메소드 설명
ZipEntry ( ) : System

메소드 상세

ZipEntry() 공개 메소드

public ZipEntry ( ) : System
리턴 System

프로퍼티 상세

CRC32 공개적으로 프로퍼티

public UInt32,System CRC32
리턴 System.UInt32

ComprLen 공개적으로 프로퍼티

public UInt32,System ComprLen
리턴 System.UInt32

Date 공개적으로 프로퍼티

public UInt16,System Date
리턴 System.UInt16

Filename 공개적으로 프로퍼티

public String Filename
리턴 String

MainOffset 공개적으로 프로퍼티

public long MainOffset
리턴 long

Time 공개적으로 프로퍼티

public UInt16,System Time
리턴 System.UInt16

UncLen 공개적으로 프로퍼티

public UInt32,System UncLen
리턴 System.UInt32