Package manifold.api.fs.jar
Class JarEntryFileImpl
java.lang.Object
manifold.api.fs.jar.JarEntryResourceImpl
manifold.api.fs.jar.JarEntryFileImpl
-
Field Summary
Fields inherited from class manifold.api.fs.jar.JarEntryResourceImpl
_name, _parentFields inherited from interface manifold.api.fs.IFile
EMPTY_ARRAY -
Constructor Summary
ConstructorsConstructorDescriptionJarEntryFileImpl(IFileSystem fs, String name, IJarFileDirectory parent, JarFileDirectoryImpl jarFile) -
Method Summary
Methods inherited from class manifold.api.fs.jar.JarEntryResourceImpl
delete, equals, exists, getFileSystem, getName, getParent, getPath, isChildOf, isDescendantOf, isJavaFile, setEntry, toJavaFile, toString, toURIMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface manifold.api.fs.IFile
getPhysicalFileMethods inherited from interface manifold.api.fs.IResource
delete, exists, getFileSystem, getName, getParent, getPath, isChildOf, isDescendantOf, isJavaFile, toJavaFile, toURI
-
Constructor Details
-
JarEntryFileImpl
public JarEntryFileImpl(IFileSystem fs, String name, IJarFileDirectory parent, JarFileDirectoryImpl jarFile)
-
-
Method Details
-
openInputStream
- Specified by:
openInputStreamin interfaceIFile- Throws:
IOException
-
openOutputStream
- Specified by:
openOutputStreamin interfaceIFile
-
openOutputStreamForAppend
- Specified by:
openOutputStreamForAppendin interfaceIFile
-
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
-