Uses of Class
com.github.junrar.rarfile.FileHeader

Packages that use FileHeader
com.github.junrar   
com.github.junrar.unpack   
com.github.junrar.vfs2.provider.rar   
 

Uses of FileHeader in com.github.junrar
 

Methods in com.github.junrar that return FileHeader
 FileHeader Archive.nextFileHeader()
           
 

Methods in com.github.junrar that return types with arguments of type FileHeader
 List<FileHeader> Archive.getFileHeaders()
           
 

Methods in com.github.junrar with parameters of type FileHeader
 void Archive.extractFile(FileHeader hd, OutputStream os)
          Extract the file specified by the given header and write it to the supplied output stream
 InputStream Archive.getInputStream(FileHeader hd)
          Returns an InputStream that will allow to read the file and stream it.
 

Uses of FileHeader in com.github.junrar.unpack
 

Methods in com.github.junrar.unpack that return FileHeader
 FileHeader ComprDataIO.getSubHeader()
           
 

Methods in com.github.junrar.unpack with parameters of type FileHeader
 void ComprDataIO.init(FileHeader hd)
           
 void ComprDataIO.setSubHeader(FileHeader hd)
           
 

Uses of FileHeader in com.github.junrar.vfs2.provider.rar
 

Fields in com.github.junrar.vfs2.provider.rar declared as FileHeader
protected  FileHeader RARFileObject.header
           
 

Methods in com.github.junrar.vfs2.provider.rar with parameters of type FileHeader
protected  RARFileObject RARFileSystem.createRARFileObject(org.apache.commons.vfs2.provider.AbstractFileName name, FileHeader header)
           
 void RARFileObject.setHeader(FileHeader header)
           
 

Constructors in com.github.junrar.vfs2.provider.rar with parameters of type FileHeader
RARFileObject(org.apache.commons.vfs2.provider.AbstractFileName name, Archive archive, FileHeader header, RARFileSystem fs)
           
 



Copyright © 2012. All Rights Reserved.