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

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

공개 프로퍼티들

프로퍼티 타입 설명
NumberOfDiskWithZip64EOCD uint
OffsetOfZip64EOCD ulong
TotalNumberOfDisks uint

공개 메소드들

메소드 설명
TryReadBlock ( BinaryReader reader, Zip64EndOfCentralDirectoryLocator &zip64EOCDLocator ) : bool
WriteBlock ( Stream stream, long zip64EOCDRecordStart ) : void

메소드 상세

TryReadBlock() 공개 정적인 메소드

public static TryReadBlock ( BinaryReader reader, Zip64EndOfCentralDirectoryLocator &zip64EOCDLocator ) : bool
reader BinaryReader
zip64EOCDLocator Zip64EndOfCentralDirectoryLocator
리턴 bool

WriteBlock() 공개 정적인 메소드

public static WriteBlock ( Stream stream, long zip64EOCDRecordStart ) : void
stream Stream
zip64EOCDRecordStart long
리턴 void

프로퍼티 상세

NumberOfDiskWithZip64EOCD 공개적으로 프로퍼티

public uint NumberOfDiskWithZip64EOCD
리턴 uint

OffsetOfZip64EOCD 공개적으로 프로퍼티

public ulong OffsetOfZip64EOCD
리턴 ulong

TotalNumberOfDisks 공개적으로 프로퍼티

public uint TotalNumberOfDisks
리턴 uint