Class PhysicalFileImpl
java.lang.Object
gw.fs.physical.PhysicalResourceImpl
gw.fs.physical.PhysicalFileImpl
-
Field Summary
Fields inherited from class PhysicalResourceImpl
_backingFileSystem, _pathFields inherited from interface IFile
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class PhysicalResourceImpl
delete, equals, exists, getIFileMetadata, getName, getParent, getPath, isChildOf, isDescendantOf, isInJar, isJavaFile, toJavaFile, toString, toURIMethods inherited from class Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface IResource
delete, exists, getName, getParent, getPath, isChildOf, isDescendantOf, isInJar, isJavaFile, toJavaFile, toURI
-
Constructor Details
-
PhysicalFileImpl
-
-
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 classPhysicalResourceImpl
-