C# 클래스 OpenRA.FileSystem.InstallShieldCABExtractor.CabDescriptor

파일 보기 프로젝트 열기: cjshmyr/OpenRA

공개 프로퍼티들

프로퍼티 타입 설명
DirectoryCount uint
FileCount uint
FileTableOffset long
FileTableOffset2 long
FileTableSize uint
FileTableSize2 uint

공개 메소드들

메소드 설명
CabDescriptor ( Stream reader, CommonHeader commonHeader ) : System

메소드 상세

CabDescriptor() 공개 메소드

public CabDescriptor ( Stream reader, CommonHeader commonHeader ) : System
reader Stream
commonHeader CommonHeader
리턴 System

프로퍼티 상세

DirectoryCount 공개적으로 프로퍼티

public uint DirectoryCount
리턴 uint

FileCount 공개적으로 프로퍼티

public uint FileCount
리턴 uint

FileTableOffset 공개적으로 프로퍼티

public long FileTableOffset
리턴 long

FileTableOffset2 공개적으로 프로퍼티

public long FileTableOffset2
리턴 long

FileTableSize 공개적으로 프로퍼티

public uint FileTableSize
리턴 uint

FileTableSize2 공개적으로 프로퍼티

public uint FileTableSize2
리턴 uint