Uses of Class
net.lingala.zip4j.model.ExtraDataRecord
Packages that use ExtraDataRecord
Package
Description
-
Uses of ExtraDataRecord in net.lingala.zip4j.headers
Methods in net.lingala.zip4j.headers that return types with arguments of type ExtraDataRecordModifier and TypeMethodDescriptionprivate List
<ExtraDataRecord> HeaderReader.parseExtraDataRecords
(byte[] extraFieldBuf, int extraFieldLength) private List
<ExtraDataRecord> HeaderReader.readExtraDataRecords
(InputStream inputStream, int extraFieldLength) private List
<ExtraDataRecord> HeaderReader.readExtraDataRecords
(RandomAccessFile zip4jRaf, int extraFieldLength) Method parameters in net.lingala.zip4j.headers with type arguments of type ExtraDataRecordModifier and TypeMethodDescriptionprivate AESExtraDataRecord
HeaderReader.readAesExtraDataRecord
(List<ExtraDataRecord> extraDataRecords, RawIO rawIO) private Zip64ExtendedInfo
HeaderReader.readZip64ExtendedInfo
(List<ExtraDataRecord> extraDataRecords, RawIO rawIO, long uncompressedSize, long compressedSize, long offsetLocalHeader, int diskNumberStart) -
Uses of ExtraDataRecord in net.lingala.zip4j.io.inputstream
Method parameters in net.lingala.zip4j.io.inputstream with type arguments of type ExtraDataRecordModifier and TypeMethodDescriptionprivate boolean
ZipInputStream.checkIfZip64ExtraDataRecordPresentInLFH
(List<ExtraDataRecord> extraDataRecords) -
Uses of ExtraDataRecord in net.lingala.zip4j.model
Fields in net.lingala.zip4j.model with type parameters of type ExtraDataRecordModifier and TypeFieldDescriptionprivate List
<ExtraDataRecord> AbstractFileHeader.extraDataRecords
Methods in net.lingala.zip4j.model that return types with arguments of type ExtraDataRecordMethod parameters in net.lingala.zip4j.model with type arguments of type ExtraDataRecordModifier and TypeMethodDescriptionvoid
AbstractFileHeader.setExtraDataRecords
(List<ExtraDataRecord> extraDataRecords)