Uses of Class
net.lingala.zip4j.model.Zip64ExtendedInfo
-
Packages that use Zip64ExtendedInfo Package Description net.lingala.zip4j.headers net.lingala.zip4j.model -
-
Uses of Zip64ExtendedInfo in net.lingala.zip4j.headers
Methods in net.lingala.zip4j.headers that return Zip64ExtendedInfo Modifier and Type Method Description private Zip64ExtendedInfo
HeaderReader. readZip64ExtendedInfo(java.util.List<ExtraDataRecord> extraDataRecords, RawIO rawIO, long uncompressedSize, long compressedSize, long offsetLocalHeader, int diskNumberStart)
-
Uses of Zip64ExtendedInfo in net.lingala.zip4j.model
Fields in net.lingala.zip4j.model declared as Zip64ExtendedInfo Modifier and Type Field Description private Zip64ExtendedInfo
AbstractFileHeader. zip64ExtendedInfo
Methods in net.lingala.zip4j.model that return Zip64ExtendedInfo Modifier and Type Method Description Zip64ExtendedInfo
AbstractFileHeader. getZip64ExtendedInfo()
Methods in net.lingala.zip4j.model with parameters of type Zip64ExtendedInfo Modifier and Type Method Description void
AbstractFileHeader. setZip64ExtendedInfo(Zip64ExtendedInfo zip64ExtendedInfo)
-