org.outerj.daisy.tools.importexport.import_.fs.zip
Class ZipImportFile
java.lang.Object
org.outerj.daisy.tools.importexport.import_.fs.zip.ZipImportFile
- All Implemented Interfaces:
- ImportFile
public class ZipImportFile
- extends Object
- implements ImportFile
ZipImportFile
public ZipImportFile(File file)
throws IOException
- Throws:
IOException
getRoot
public ImportFileEntry getRoot()
- Specified by:
getRoot in interface ImportFile
getPath
public ImportFileEntry getPath(String path)
throws ImportFileNotFoundException
- Specified by:
getPath in interface ImportFile
- Throws:
ImportFileNotFoundException
exists
public boolean exists(String path)
- Specified by:
exists in interface ImportFile