Package gw.fs.jar
Class JarEntryFileImpl
java.lang.Object
gw.fs.jar.JarEntryResourceImpl
gw.fs.jar.JarEntryFileImpl
-
Field Summary
Fields inherited from class gw.fs.jar.JarEntryResourceImpl
_entry, _jarFile, _name, _parentFields inherited from interface gw.fs.IFile
EMPTY_ARRAY -
Constructor Summary
ConstructorsConstructorDescriptionJarEntryFileImpl(String name, IJarFileDirectory parent, JarFileDirectoryImpl jarFile) -
Method Summary
Methods inherited from class gw.fs.jar.JarEntryResourceImpl
delete, equals, exists, getName, getParent, getPath, isChildOf, isDescendantOf, isJavaFile, setEntry, setExists, toJavaFile, toString, toURIMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface gw.fs.IResource
delete, exists, getName, getParent, getPath, isChildOf, isDescendantOf, isJavaFile, toJavaFile, toURI
-
Constructor Details
-
JarEntryFileImpl
-
-
Method Details
-
openInputStream
- Specified by:
openInputStreamin interfaceIFile- Throws:
IOException
-
openOutputStream
- Specified by:
openOutputStreamin interfaceIFile- Throws:
IOException
-
openOutputStreamForAppend
- Specified by:
openOutputStreamForAppendin interfaceIFile- Throws:
IOException
-
getExtension
- Specified by:
getExtensionin interfaceIFile
-
getBaseName
- Specified by:
getBaseNamein interfaceIFile
-
isInJar
public boolean isInJar()- Specified by:
isInJarin interfaceIResource- Overrides:
isInJarin classJarEntryResourceImpl
-
create
public boolean create()- Specified by:
createin interfaceIResource- Overrides:
createin classJarEntryResourceImpl
-