|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.judoscript.util.VirtualFS
com.judoscript.util.ZipFS
public class ZipFS
This class represents a read-only file system for a zip file.
Nested Class Summary | |
---|---|
class |
ZipFS.ZippedDirectory
|
class |
ZipFS.ZippedFile
|
Nested classes/interfaces inherited from class com.judoscript.util.VirtualFS |
---|
VirtualFS.VirtualFile |
Field Summary | |
---|---|
static java.lang.String |
ROOT_NAME
|
Constructor Summary | |
---|---|
ZipFS(java.lang.String zipFile)
|
|
ZipFS(java.util.zip.ZipFile zipFile)
|
Method Summary | |
---|---|
void |
close()
|
java.io.File |
getFile(java.lang.String path)
|
Methods inherited from class com.judoscript.util.VirtualFS |
---|
getInputStream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String ROOT_NAME
Constructor Detail |
---|
public ZipFS(java.lang.String zipFile) throws java.io.IOException
java.io.IOException
public ZipFS(java.util.zip.ZipFile zipFile)
Method Detail |
---|
public void close()
public java.io.File getFile(java.lang.String path) throws java.io.FileNotFoundException
getFile
in class VirtualFS
java.io.FileNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |