C# Class System.IO.Compression.Zip64EndOfCentralDirectoryRecord

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Свойство Type Description
NumberOfDiskWithStartOfCD uint
NumberOfEntriesOnThisDisk ulong
NumberOfEntriesTotal ulong
NumberOfThisDisk uint
OffsetOfCentralDirectory ulong
SizeOfCentralDirectory ulong
SizeOfThisRecord ulong
VersionMadeBy ushort
VersionNeededToExtract ushort

Méthodes publiques

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

Method Details

TryReadBlock() public static méthode

public static TryReadBlock ( BinaryReader reader, Zip64EndOfCentralDirectoryRecord &zip64EOCDRecord ) : bool
reader BinaryReader
zip64EOCDRecord Zip64EndOfCentralDirectoryRecord
Résultat bool

WriteBlock() public static méthode

public static WriteBlock ( Stream stream, long numberOfEntries, long startOfCentralDirectory, long sizeOfCentralDirectory ) : void
stream Stream
numberOfEntries long
startOfCentralDirectory long
sizeOfCentralDirectory long
Résultat void

Property Details

NumberOfDiskWithStartOfCD public_oe property

public uint NumberOfDiskWithStartOfCD
Résultat uint

NumberOfEntriesOnThisDisk public_oe property

public ulong NumberOfEntriesOnThisDisk
Résultat ulong

NumberOfEntriesTotal public_oe property

public ulong NumberOfEntriesTotal
Résultat ulong

NumberOfThisDisk public_oe property

public uint NumberOfThisDisk
Résultat uint

OffsetOfCentralDirectory public_oe property

public ulong OffsetOfCentralDirectory
Résultat ulong

SizeOfCentralDirectory public_oe property

public ulong SizeOfCentralDirectory
Résultat ulong

SizeOfThisRecord public_oe property

public ulong SizeOfThisRecord
Résultat ulong

VersionMadeBy public_oe property

public ushort VersionMadeBy
Résultat ushort

VersionNeededToExtract public_oe property

public ushort VersionNeededToExtract
Résultat ushort