C# Class System.IO.Compression.Zip64EndOfCentralDirectoryRecord

显示文件 Open project: dotnet/corefx Class Usage Examples

Public Properties

Property Type Description
NumberOfDiskWithStartOfCD uint
NumberOfEntriesOnThisDisk ulong
NumberOfEntriesTotal ulong
NumberOfThisDisk uint
OffsetOfCentralDirectory ulong
SizeOfCentralDirectory ulong
SizeOfThisRecord ulong
VersionMadeBy ushort
VersionNeededToExtract ushort

Public Methods

Method Description
TryReadBlock ( BinaryReader reader, Zip64EndOfCentralDirectoryRecord &zip64EOCDRecord ) : bool
WriteBlock ( Stream stream, long numberOfEntries, long startOfCentralDirectory, long sizeOfCentralDirectory ) : void

Method Details

TryReadBlock() public static method

public static TryReadBlock ( BinaryReader reader, Zip64EndOfCentralDirectoryRecord &zip64EOCDRecord ) : bool
reader BinaryReader
zip64EOCDRecord Zip64EndOfCentralDirectoryRecord
return bool

WriteBlock() public static method

public static WriteBlock ( Stream stream, long numberOfEntries, long startOfCentralDirectory, long sizeOfCentralDirectory ) : void
stream Stream
numberOfEntries long
startOfCentralDirectory long
sizeOfCentralDirectory long
return void

Property Details

NumberOfDiskWithStartOfCD public_oe property

public uint NumberOfDiskWithStartOfCD
return uint

NumberOfEntriesOnThisDisk public_oe property

public ulong NumberOfEntriesOnThisDisk
return ulong

NumberOfEntriesTotal public_oe property

public ulong NumberOfEntriesTotal
return ulong

NumberOfThisDisk public_oe property

public uint NumberOfThisDisk
return uint

OffsetOfCentralDirectory public_oe property

public ulong OffsetOfCentralDirectory
return ulong

SizeOfCentralDirectory public_oe property

public ulong SizeOfCentralDirectory
return ulong

SizeOfThisRecord public_oe property

public ulong SizeOfThisRecord
return ulong

VersionMadeBy public_oe property

public ushort VersionMadeBy
return ushort

VersionNeededToExtract public_oe property

public ushort VersionNeededToExtract
return ushort