Uses of Class
net.lingala.zip4j.model.FileHeader
-
-
Uses of FileHeader in net.lingala.zip4j
Methods in net.lingala.zip4j that return FileHeader Modifier and Type Method Description FileHeaderZipFile. getFileHeader(String fileName)Returns FileHeader if a file header with the given fileHeader string exists in the zip model: If not returns nullMethods in net.lingala.zip4j that return types with arguments of type FileHeader Modifier and Type Method Description List<FileHeader>ZipFile. getFileHeaders()Returns the list of file headers in the zip file.Methods in net.lingala.zip4j with parameters of type FileHeader Modifier and Type Method Description voidZipFile. extractFile(FileHeader fileHeader, String destinationPath)Extracts a specific file from the zip file to the destination path.voidZipFile. extractFile(FileHeader fileHeader, String destinationPath, String newFileName)Extracts a specific file from the zip file to the destination path.voidZipFile. extractFile(FileHeader fileHeader, String destinationPath, String newFileName, UnzipParameters unzipParameters)Extracts a specific file from the zip file to the destination path.voidZipFile. extractFile(FileHeader fileHeader, String destinationPath, UnzipParameters unzipParameters)Extracts a specific file from the zip file to the destination path.ZipInputStreamZipFile. getInputStream(FileHeader fileHeader)Returns an input stream for reading the contents of the Zip file corresponding to the input FileHeader.voidZipFile. removeFile(FileHeader fileHeader)Removes the file provided in the input file header from the zip file.voidZipFile. renameFile(FileHeader fileHeader, String newFileName)Renames file name of the entry represented by file header. -
Uses of FileHeader in net.lingala.zip4j.headers
Methods in net.lingala.zip4j.headers that return FileHeader Modifier and Type Method Description FileHeaderFileHeaderFactory. generateFileHeader(ZipParameters zipParameters, boolean isSplitZip, int currentDiskNumberStart, Charset charset, RawIO rawIO)static FileHeaderHeaderUtil. getFileHeader(ZipModel zipModel, String fileName)Methods in net.lingala.zip4j.headers that return types with arguments of type FileHeader Modifier and Type Method Description static List<FileHeader>HeaderUtil. getFileHeadersUnderDirectory(List<FileHeader> allFileHeaders, String fileName)Methods in net.lingala.zip4j.headers with parameters of type FileHeader Modifier and Type Method Description LocalFileHeaderFileHeaderFactory. generateLocalFileHeader(FileHeader fileHeader)voidHeaderWriter. updateLocalFileHeader(FileHeader fileHeader, ZipModel zipModel, SplitOutputStream outputStream)Method parameters in net.lingala.zip4j.headers with type arguments of type FileHeader Modifier and Type Method Description static List<FileHeader>HeaderUtil. getFileHeadersUnderDirectory(List<FileHeader> allFileHeaders, String fileName)static longHeaderUtil. getTotalUncompressedSizeOfAllFileHeaders(List<FileHeader> fileHeaders) -
Uses of FileHeader in net.lingala.zip4j.io.inputstream
Methods in net.lingala.zip4j.io.inputstream with parameters of type FileHeader Modifier and Type Method Description LocalFileHeaderZipInputStream. getNextEntry(FileHeader fileHeader, boolean readUntilEndOfCurrentEntryIfOpen)voidNumberedSplitFileInputStream. prepareExtractionForFileHeader(FileHeader fileHeader)abstract voidSplitFileInputStream. prepareExtractionForFileHeader(FileHeader fileHeader)voidZipStandardSplitFileInputStream. prepareExtractionForFileHeader(FileHeader fileHeader) -
Uses of FileHeader in net.lingala.zip4j.io.outputstream
Methods in net.lingala.zip4j.io.outputstream that return FileHeader Modifier and Type Method Description FileHeaderZipOutputStream. closeEntry() -
Uses of FileHeader in net.lingala.zip4j.model
Methods in net.lingala.zip4j.model that return types with arguments of type FileHeader Modifier and Type Method Description List<FileHeader>CentralDirectory. getFileHeaders()Method parameters in net.lingala.zip4j.model with type arguments of type FileHeader Modifier and Type Method Description voidCentralDirectory. setFileHeaders(List<FileHeader> fileHeaders) -
Uses of FileHeader in net.lingala.zip4j.tasks
Methods in net.lingala.zip4j.tasks with parameters of type FileHeader Modifier and Type Method Description protected voidAbstractExtractFileTask. extractFile(ZipInputStream zipInputStream, FileHeader fileHeader, String outputPath, String newFileName, ProgressMonitor progressMonitor, byte[] readBuff) -
Uses of FileHeader in net.lingala.zip4j.util
Methods in net.lingala.zip4j.util with parameters of type FileHeader Modifier and Type Method Description static voidUnzipUtil. applyFileAttributes(FileHeader fileHeader, File file)static ZipInputStreamUnzipUtil. createZipInputStream(ZipModel zipModel, FileHeader fileHeader, char[] password)
-