public interface IFile extends IResource
| Modifier and Type | Field and Description |
|---|---|
static IFile[] |
EMPTY_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseName() |
String |
getExtension() |
InputStream |
openInputStream() |
OutputStream |
openOutputStream() |
OutputStream |
openOutputStreamForAppend() |
create, delete, exists, getName, getParent, getPath, isChildOf, isDescendantOf, isInJar, isJavaFile, toJavaFile, toURIstatic final IFile[] EMPTY_ARRAY
InputStream openInputStream() throws IOException
IOExceptionOutputStream openOutputStream() throws IOException
IOExceptionOutputStream openOutputStreamForAppend() throws IOException
IOExceptionString getExtension()
String getBaseName()
Copyright © 2021. All rights reserved.