Package gw.fs
Interface IFile
- All Superinterfaces:
IResource
- All Known Implementing Classes:
JarEntryFileImpl
,JavaFileImpl
,PathFileImpl
,PhysicalFileImpl
,URLFileImpl
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface gw.fs.IResource
create, delete, exists, getName, getParent, getPath, isChildOf, isDescendantOf, isInJar, isJavaFile, toJavaFile, toURI
-
Field Details
-
EMPTY_ARRAY
-
-
Method Details
-
openInputStream
- Throws:
IOException
-
openOutputStream
- Throws:
IOException
-
openOutputStreamForAppend
- Throws:
IOException
-
getExtension
String getExtension() -
getBaseName
String getBaseName()
-