Uses of Class
net.lingala.zip4j.model.ExtraDataRecord
-
Packages that use ExtraDataRecord Package Description net.lingala.zip4j.headers net.lingala.zip4j.io.inputstream net.lingala.zip4j.model -
-
Uses of ExtraDataRecord in net.lingala.zip4j.headers
Methods in net.lingala.zip4j.headers that return types with arguments of type ExtraDataRecord Modifier and Type Method Description private java.util.List<ExtraDataRecord>
HeaderReader. parseExtraDataRecords(byte[] extraFieldBuf, int extraFieldLength)
private java.util.List<ExtraDataRecord>
HeaderReader. readExtraDataRecords(java.io.InputStream inputStream, int extraFieldLength)
private java.util.List<ExtraDataRecord>
HeaderReader. readExtraDataRecords(java.io.RandomAccessFile zip4jRaf, int extraFieldLength)
Method parameters in net.lingala.zip4j.headers with type arguments of type ExtraDataRecord Modifier and Type Method Description private AESExtraDataRecord
HeaderReader. readAesExtraDataRecord(java.util.List<ExtraDataRecord> extraDataRecords, RawIO rawIO)
private Zip64ExtendedInfo
HeaderReader. readZip64ExtendedInfo(java.util.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 ExtraDataRecord Modifier and Type Method Description private boolean
ZipInputStream. checkIfZip64ExtraDataRecordPresentInLFH(java.util.List<ExtraDataRecord> extraDataRecords)
-
Uses of ExtraDataRecord in net.lingala.zip4j.model
Fields in net.lingala.zip4j.model with type parameters of type ExtraDataRecord Modifier and Type Field Description private java.util.List<ExtraDataRecord>
AbstractFileHeader. extraDataRecords
Methods in net.lingala.zip4j.model that return types with arguments of type ExtraDataRecord Modifier and Type Method Description java.util.List<ExtraDataRecord>
AbstractFileHeader. getExtraDataRecords()
Method parameters in net.lingala.zip4j.model with type arguments of type ExtraDataRecord Modifier and Type Method Description void
AbstractFileHeader. setExtraDataRecords(java.util.List<ExtraDataRecord> extraDataRecords)
-