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

Packages that use Directory
com.fernsroth.squashfs   
com.fernsroth.squashfs.model   
 

Uses of Directory in com.fernsroth.squashfs
 

Methods in com.fernsroth.squashfs that return Directory
 Directory SquashFSReader.getRootDirectory()
          gets the root directory.
 

Methods in com.fernsroth.squashfs with parameters of type Directory
 void LSWalkHandler.visit(Directory[] path, BaseFile bf)
          
 void OutputWalkHandler.visit(Directory[] path, BaseFile file)
          
 void WalkHandler.visit(Directory[] path, BaseFile file)
           
static void SquashFSUtils.walk(Directory dir, WalkHandler handler)
          walks a squashfs directory.
 

Uses of Directory in com.fernsroth.squashfs.model
 

Methods in com.fernsroth.squashfs.model that return Directory
 Directory Manifest.getRoot()
          gets the root directory.
 

Methods in com.fernsroth.squashfs.model with parameters of type Directory
 void Manifest.setRoot(Directory root)
           
 



Copyright © 2006 null. All Rights Reserved.