Class JarEntryFileImpl
java.lang.Object
manifold.api.fs.jar.JarEntryResourceImpl
manifold.api.fs.jar.JarEntryFileImpl
-
Field Summary
Fields inherited from class JarEntryResourceImpl
_name, _parentFields inherited from interface IFile
EMPTY_ARRAY -
Constructor Summary
ConstructorsConstructorDescriptionJarEntryFileImpl(IFileSystem fs, String name, IJarFileDirectory parent, JarFileDirectoryImpl jarFile) -
Method Summary
Methods inherited from class JarEntryResourceImpl
delete, equals, exists, getFileSystem, getName, getParent, getPath, isChildOf, isDescendantOf, isJavaFile, setEntry, toJavaFile, toString, toURIMethods inherited from class Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface IFile
getPhysicalFileMethods inherited from interface 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
-