C# 클래스 OpenRA.Mods.Common.FileFormats.MSCabCompression.CabFile

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

공개 프로퍼티들

프로퍼티 타입 설명
DecompressedLength uint
DecompressedOffset uint
FileName string
FolderIndex ushort

공개 메소드들

메소드 설명
CabFile ( Stream stream ) : System

메소드 상세

CabFile() 공개 메소드

public CabFile ( Stream stream ) : System
stream Stream
리턴 System

프로퍼티 상세

DecompressedLength 공개적으로 프로퍼티

public uint DecompressedLength
리턴 uint

DecompressedOffset 공개적으로 프로퍼티

public uint DecompressedOffset
리턴 uint

FileName 공개적으로 프로퍼티

public string FileName
리턴 string

FolderIndex 공개적으로 프로퍼티

public ushort FolderIndex
리턴 ushort