Package manifold.api.fs.def
Class JavaFileImpl
java.lang.Object
manifold.api.fs.def.JavaResourceImpl
manifold.api.fs.def.JavaFileImpl
- All Implemented Interfaces:
Serializable,IFile,IResource
- See Also:
-
Field Summary
Fields inherited from class manifold.api.fs.def.JavaResourceImpl
_fileFields inherited from interface manifold.api.fs.IFile
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class manifold.api.fs.def.JavaResourceImpl
delete, equals, getFileSystem, getName, getParent, getPath, hashCode, isChildOf, isDescendantOf, isInJar, isJavaFile, toJavaFile, toString, toURIMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface manifold.api.fs.IFile
getPhysicalFileMethods inherited from interface manifold.api.fs.IResource
delete, getFileSystem, getName, getParent, getPath, isChildOf, isDescendantOf, isInJar, isJavaFile, toJavaFile, toURI
-
Constructor Details
-
JavaFileImpl
-
-
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
-
create
public boolean create()- Specified by:
createin interfaceIResource- Overrides:
createin classJavaResourceImpl
-
exists
public boolean exists()Description copied from interface:IResourceIndicates whether this resource exists.
-