Zip64ExtendedInformationExtraField

constructor()

This constructor should only be used by the code that reads archives inside of Commons Compress.


constructor(size: ZipEightByteInteger, compressedSize: ZipEightByteInteger)

Creates an extra field based on the original and compressed size.

Parameters

size

the entry's original size

compressedSize

the entry's compressed size

Throws

if size or compressedSize is null


constructor(size: ZipEightByteInteger, compressedSize: ZipEightByteInteger, relativeHeaderOffset: ZipEightByteInteger, diskStart: ZipLong)

Creates an extra field based on all four possible values.

Parameters

size

the entry's original size

compressedSize

the entry's compressed size

relativeHeaderOffset

the entry's offset

diskStart

the disk start

Throws

if size or compressedSize is null