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 AESExtraDataRecordHeaderReader.readAesExtraDataRecord(List<ExtraDataRecord> extraDataRecords, RawIO rawIO) private Zip64ExtendedInfoHeaderReader.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 booleanZipInputStream.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.extraDataRecordsMethods 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 TypeMethodDescriptionvoidAbstractFileHeader.setExtraDataRecords(List<ExtraDataRecord> extraDataRecords)