C# 클래스 System.IO.Compression.ZipStorer.ZipFileEntry

Represents an entry in Zip file directory
파일 보기 프로젝트 열기: remobjects/train 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Comment string
CompressedSize uint
Crc32 uint
EncodeUTF8 bool
ExternalFileAttributes ushort
FileOffset uint
FileSize uint
FilenameInZip string
HeaderOffset uint
HeaderSize uint
Method Compression
ModifyTime DateTime

공개 메소드들

메소드 설명
ToString ( ) : string

Overriden method

메소드 상세

ToString() 공개 메소드

Overriden method
public ToString ( ) : string
리턴 string

프로퍼티 상세

Comment 공개적으로 프로퍼티

User comment for file
public string Comment
리턴 string

CompressedSize 공개적으로 프로퍼티

Compressed file size
public uint CompressedSize
리턴 uint

Crc32 공개적으로 프로퍼티

32-bit checksum of entire file
public uint Crc32
리턴 uint

EncodeUTF8 공개적으로 프로퍼티

True if UTF8 encoding for filename and comments, false if default (CP 437)
public bool EncodeUTF8
리턴 bool

ExternalFileAttributes 공개적으로 프로퍼티

external file attributes
public ushort ExternalFileAttributes
리턴 ushort

FileOffset 공개적으로 프로퍼티

Offset of file inside Zip storage
public uint FileOffset
리턴 uint

FileSize 공개적으로 프로퍼티

Original file size
public uint FileSize
리턴 uint

FilenameInZip 공개적으로 프로퍼티

Full path and filename as stored in Zip
public string FilenameInZip
리턴 string

HeaderOffset 공개적으로 프로퍼티

Offset of header information inside Zip storage
public uint HeaderOffset
리턴 uint

HeaderSize 공개적으로 프로퍼티

Size of header information
public uint HeaderSize
리턴 uint

Method 공개적으로 프로퍼티

Compression method
public Compression Method
리턴 Compression

ModifyTime 공개적으로 프로퍼티

Last modification time of file
public DateTime ModifyTime
리턴 DateTime