Class PathFileImpl
java.lang.Object
gw.internal.gosu.module.fs.PathResourceImpl
gw.internal.gosu.module.fs.PathFileImpl
- All Implemented Interfaces:
IFile, IResource, Serializable
- See Also:
-
Field Summary
Fields inherited from interface IFile
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class PathResourceImpl
create, delete, equals, get_Path, getName, getParent, getPath, hashCode, isChildOf, isDescendantOf, isInJar, isJavaFile, toJavaFile, toString, toURIMethods inherited from interface IResource
create, delete, getName, getParent, getPath, isChildOf, isDescendantOf, isInJar, isJavaFile, toJavaFile, toURI
-
Constructor Details
-
PathFileImpl
PathFileImpl(Path path)
-
-
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
-
exists
-