Uses of Class
com.fernsroth.squashfs.model.Manifest

Packages that use Manifest
com.fernsroth.squashfs   
 

Uses of Manifest in com.fernsroth.squashfs
 

Methods in com.fernsroth.squashfs that return Manifest
 Manifest ManifestSAXHandler.getManifest()
          gets the root directory.
static Manifest SquashFSManifest.load(java.io.InputStream manifestInput, java.io.File rootDirectory)
          loads a manifest file.
 

Methods in com.fernsroth.squashfs with parameters of type Manifest
 com.fernsroth.easyio.IRandomAccessSource DataProvider.getData(Manifest source, BaseFile bf)
           
 com.fernsroth.easyio.IRandomAccessSource FileSystemDataProvider.getData(Manifest source, BaseFile bf)
          
 int DataProvider.getIno(Manifest source, BaseFile bf)
           
 int FileSystemDataProvider.getIno(Manifest source, BaseFile bf)
          
 long DataProvider.getLength(Manifest source, BaseFile bf)
           
 long FileSystemDataProvider.getLength(Manifest source, BaseFile bf)
          
 

Constructors in com.fernsroth.squashfs with parameters of type Manifest
SquashFSWriter(Manifest manifest, DataProvider dataProvider)
          constructor.
 



Copyright © 2006 null. All Rights Reserved.