Uses of Class
com.github.junrar.rarfile.FileHeader
-
Packages that use FileHeader Package Description com.github.junrar com.github.junrar.unpack -
-
Uses of FileHeader in com.github.junrar
Fields in com.github.junrar declared as FileHeader Modifier and Type Field Description private FileHeaderArchive. nextFileHeaderMethods in com.github.junrar that return FileHeader Modifier and Type Method Description FileHeaderArchive. nextFileHeader()Methods in com.github.junrar that return types with arguments of type FileHeader Modifier and Type Method Description java.util.List<FileHeader>Archive. getFileHeaders()java.util.Iterator<FileHeader>Archive. iterator()Methods in com.github.junrar with parameters of type FileHeader Modifier and Type Method Description (package private) java.io.FileLocalFolderExtractor. createDirectory(FileHeader fh)private java.io.FileLocalFolderExtractor. createFile(FileHeader fh, java.io.File destination)private voidArchive. doExtractFile(FileHeader hd, java.io.OutputStream os)(package private) java.io.FileLocalFolderExtractor. extract(Archive arch, FileHeader fileHeader)voidArchive. extractFile(FileHeader hd, java.io.OutputStream os)Extract the file specified by the given header and write it to the supplied output streamjava.io.InputStreamArchive. getInputStream(FileHeader hd)Returns anInputStreamthat will allow to read the file and stream it.private static java.io.FileJunrar. tryToExtract(LocalFolderExtractor destination, Archive arch, FileHeader fileHeader) -
Uses of FileHeader in com.github.junrar.unpack
Fields in com.github.junrar.unpack declared as FileHeader Modifier and Type Field Description private FileHeaderComprDataIO. subHeadMethods in com.github.junrar.unpack that return FileHeader Modifier and Type Method Description FileHeaderComprDataIO. getSubHeader()Methods in com.github.junrar.unpack with parameters of type FileHeader Modifier and Type Method Description voidComprDataIO. init(FileHeader hd)voidComprDataIO. setSubHeader(FileHeader hd)
-