C# 클래스 BSPGenerationTools.ZipFile.Entry

파일 보기 프로젝트 열기: sysprogs/BSPTools

공개 프로퍼티들

프로퍼티 타입 설명
CompressedSize uint
CompressionMethod ushort
Crc32 uint
FileDate ushort
FileName string
FileTime ushort
IsDirectory bool
Offset uint
UncompressedSize uint

공개 메소드들

메소드 설명
ToString ( ) : string

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

CompressedSize 공개적으로 프로퍼티

public uint CompressedSize
리턴 uint

CompressionMethod 공개적으로 프로퍼티

public ushort CompressionMethod
리턴 ushort

Crc32 공개적으로 프로퍼티

public uint Crc32
리턴 uint

FileDate 공개적으로 프로퍼티

public ushort FileDate
리턴 ushort

FileName 공개적으로 프로퍼티

public string FileName
리턴 string

FileTime 공개적으로 프로퍼티

public ushort FileTime
리턴 ushort

IsDirectory 공개적으로 프로퍼티

public bool IsDirectory
리턴 bool

Offset 공개적으로 프로퍼티

public uint Offset
리턴 uint

UncompressedSize 공개적으로 프로퍼티

public uint UncompressedSize
리턴 uint