C# 클래스 SaltTPF.ZipReader

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

공개 프로퍼티들

프로퍼티 타입 설명
Description string
EOFStrct EOFRecord
Entries List
Scanned bool
_filename String

공개 메소드들

메소드 설명
ZipReader ( String filename ) : System

Construct the zip object. Reads in the file list and uses it to populate the entries var

비공개 메소드들

메소드 설명
BuffXOR ( Stream buffstream, int count ) : byte[]

Given a stream the function will return a byte array of length count that has been XORed with the TPF key

FindEOFRecord ( Stream tpfstream ) : System.Int64

This function attempts to find the location of the end of central directory record

PopulateEntries ( Stream buffstream ) : void

Reads the Central Directory to populate the list of files

메소드 상세

ZipReader() 공개 메소드

Construct the zip object. Reads in the file list and uses it to populate the entries var
public ZipReader ( String filename ) : System
filename String The file to read in
리턴 System

프로퍼티 상세

Description 공개적으로 프로퍼티

public string Description
리턴 string

EOFStrct 공개적으로 프로퍼티

public EOFRecord EOFStrct
리턴 EOFRecord

Entries 공개적으로 프로퍼티

public List Entries
리턴 List

Scanned 공개적으로 프로퍼티

public bool Scanned
리턴 bool

_filename 공개적으로 프로퍼티

public String _filename
리턴 String