Package gw.internal.gosu.module.fs
Class JavaFileImpl
java.lang.Object
gw.internal.gosu.module.fs.JavaResourceImpl
gw.internal.gosu.module.fs.JavaFileImpl
- All Implemented Interfaces:
IFile
,IResource
,Serializable
- See Also:
-
Field Summary
Fields inherited from class gw.internal.gosu.module.fs.JavaResourceImpl
_file
Fields inherited from interface gw.fs.IFile
EMPTY_ARRAY
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class gw.internal.gosu.module.fs.JavaResourceImpl
delete, equals, getName, getParent, getPath, hashCode, isChildOf, isDescendantOf, isInJar, isJavaFile, toJavaFile, toString, toURI
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface gw.fs.IResource
delete, getName, getParent, getPath, isChildOf, isDescendantOf, isInJar, isJavaFile, toJavaFile, toURI
-
Constructor Details
-
JavaFileImpl
-
-
Method Details
-
openInputStream
- Specified by:
openInputStream
in interfaceIFile
- Throws:
IOException
-
openOutputStream
- Specified by:
openOutputStream
in interfaceIFile
- Throws:
IOException
-
openOutputStreamForAppend
- Specified by:
openOutputStreamForAppend
in interfaceIFile
- Throws:
IOException
-
getExtension
- Specified by:
getExtension
in interfaceIFile
-
getBaseName
- Specified by:
getBaseName
in interfaceIFile
-
create
public boolean create()- Specified by:
create
in interfaceIResource
- Overrides:
create
in classJavaResourceImpl
-
exists
public boolean exists()Description copied from interface:IResource
Indicates whether this resource exists.
-