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

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

공개 프로퍼티들

프로퍼티 타입 설명
ArchiveComment byte[]
NumberOfEntriesInTheCentralDirectory ushort
NumberOfEntriesInTheCentralDirectoryOnThisDisk ushort
NumberOfTheDiskWithTheStartOfTheCentralDirectory ushort
NumberOfThisDisk ushort
OffsetOfStartOfCentralDirectoryWithRespectToTheStartingDiskNumber uint
Signature uint
SizeOfCentralDirectory uint

공개 메소드들

메소드 설명
TryReadBlock ( BinaryReader reader, ZipEndOfCentralDirectoryBlock &eocdBlock ) : bool
WriteBlock ( Stream stream, long numberOfEntries, long startOfCentralDirectory, long sizeOfCentralDirectory, byte archiveComment ) : void

메소드 상세

TryReadBlock() 공개 정적인 메소드

public static TryReadBlock ( BinaryReader reader, ZipEndOfCentralDirectoryBlock &eocdBlock ) : bool
reader BinaryReader
eocdBlock ZipEndOfCentralDirectoryBlock
리턴 bool

WriteBlock() 공개 정적인 메소드

public static WriteBlock ( Stream stream, long numberOfEntries, long startOfCentralDirectory, long sizeOfCentralDirectory, byte archiveComment ) : void
stream Stream
numberOfEntries long
startOfCentralDirectory long
sizeOfCentralDirectory long
archiveComment byte
리턴 void

프로퍼티 상세

ArchiveComment 공개적으로 프로퍼티

public byte[] ArchiveComment
리턴 byte[]

NumberOfEntriesInTheCentralDirectory 공개적으로 프로퍼티

public ushort NumberOfEntriesInTheCentralDirectory
리턴 ushort

NumberOfEntriesInTheCentralDirectoryOnThisDisk 공개적으로 프로퍼티

public ushort NumberOfEntriesInTheCentralDirectoryOnThisDisk
리턴 ushort

NumberOfTheDiskWithTheStartOfTheCentralDirectory 공개적으로 프로퍼티

public ushort NumberOfTheDiskWithTheStartOfTheCentralDirectory
리턴 ushort

NumberOfThisDisk 공개적으로 프로퍼티

public ushort NumberOfThisDisk
리턴 ushort

OffsetOfStartOfCentralDirectoryWithRespectToTheStartingDiskNumber 공개적으로 프로퍼티

public uint OffsetOfStartOfCentralDirectoryWithRespectToTheStartingDiskNumber
리턴 uint

Signature 공개적으로 프로퍼티

public uint Signature
리턴 uint

SizeOfCentralDirectory 공개적으로 프로퍼티

public uint SizeOfCentralDirectory
리턴 uint