C# 클래스 System.IO.Compression.ZipCentralDirectoryFileHeader

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CompressedSize long
CompressionMethod ushort
Crc32 uint
DiskNumberStart int
ExternalFileAttributes uint
ExtraFieldLength ushort
ExtraFields List
FileComment byte[]
FileCommentLength ushort
Filename byte[]
FilenameLength ushort
GeneralPurposeBitFlag ushort
InternalFileAttributes ushort
LastModified uint
RelativeOffsetOfLocalHeader long
UncompressedSize long
VersionMadeByCompatibility byte
VersionMadeBySpecification byte
VersionNeededToExtract ushort

공개 메소드들

메소드 설명
TryReadBlock ( BinaryReader reader, bool saveExtraFieldsAndComments, ZipCentralDirectoryFileHeader &header ) : bool

메소드 상세

TryReadBlock() 정적인 공개 메소드

static public TryReadBlock ( BinaryReader reader, bool saveExtraFieldsAndComments, ZipCentralDirectoryFileHeader &header ) : bool
reader BinaryReader
saveExtraFieldsAndComments bool
header ZipCentralDirectoryFileHeader
리턴 bool

프로퍼티 상세

CompressedSize 공개적으로 프로퍼티

public long CompressedSize
리턴 long

CompressionMethod 공개적으로 프로퍼티

public ushort CompressionMethod
리턴 ushort

Crc32 공개적으로 프로퍼티

public uint Crc32
리턴 uint

DiskNumberStart 공개적으로 프로퍼티

public int DiskNumberStart
리턴 int

ExternalFileAttributes 공개적으로 프로퍼티

public uint ExternalFileAttributes
리턴 uint

ExtraFieldLength 공개적으로 프로퍼티

public ushort ExtraFieldLength
리턴 ushort

ExtraFields 공개적으로 프로퍼티

public List ExtraFields
리턴 List

FileComment 공개적으로 프로퍼티

public byte[] FileComment
리턴 byte[]

FileCommentLength 공개적으로 프로퍼티

public ushort FileCommentLength
리턴 ushort

Filename 공개적으로 프로퍼티

public byte[] Filename
리턴 byte[]

FilenameLength 공개적으로 프로퍼티

public ushort FilenameLength
리턴 ushort

GeneralPurposeBitFlag 공개적으로 프로퍼티

public ushort GeneralPurposeBitFlag
리턴 ushort

InternalFileAttributes 공개적으로 프로퍼티

public ushort InternalFileAttributes
리턴 ushort

LastModified 공개적으로 프로퍼티

public uint LastModified
리턴 uint

RelativeOffsetOfLocalHeader 공개적으로 프로퍼티

public long RelativeOffsetOfLocalHeader
리턴 long

UncompressedSize 공개적으로 프로퍼티

public long UncompressedSize
리턴 long

VersionMadeByCompatibility 공개적으로 프로퍼티

public byte VersionMadeByCompatibility
리턴 byte

VersionMadeBySpecification 공개적으로 프로퍼티

public byte VersionMadeBySpecification
리턴 byte

VersionNeededToExtract 공개적으로 프로퍼티

public ushort VersionNeededToExtract
리턴 ushort