C# 클래스 SaltTPF.ZipReader.ZipEntryFull

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

보호된 프로퍼티들

프로퍼티 타입 설명
Buildvers System.UInt16
DiskStart System.UInt16
ExternalAttr System.UInt32
FileOffset System.UInt32
InternalAttr System.UInt16

공개 메소드들

메소드 설명
Extract ( bool Preview, String outname = null ) : byte[]
ZipEntryFull ( byte entry, ZipReader par ) : System

비공개 메소드들

메소드 설명
Deflate ( byte databuff, int start, int count ) : byte[]

메소드 상세

Extract() 공개 메소드

public Extract ( bool Preview, String outname = null ) : byte[]
Preview bool
outname String
리턴 byte[]

ZipEntryFull() 공개 메소드

public ZipEntryFull ( byte entry, ZipReader par ) : System
entry byte
par ZipReader
리턴 System

프로퍼티 상세

Buildvers 보호되어 있는 프로퍼티

protected UInt16,System Buildvers
리턴 System.UInt16

DiskStart 보호되어 있는 프로퍼티

protected UInt16,System DiskStart
리턴 System.UInt16

ExternalAttr 보호되어 있는 프로퍼티

protected UInt32,System ExternalAttr
리턴 System.UInt32

FileOffset 보호되어 있는 프로퍼티

protected UInt32,System FileOffset
리턴 System.UInt32

InternalAttr 보호되어 있는 프로퍼티

protected UInt16,System InternalAttr
리턴 System.UInt16