public class PathFileImpl extends PathResourceImpl implements IFile
EMPTY_ARRAY| Modifier and Type | Method and Description |
|---|---|
boolean |
exists() |
String |
getBaseName() |
String |
getExtension() |
InputStream |
openInputStream() |
OutputStream |
openOutputStream() |
OutputStream |
openOutputStreamForAppend() |
create, delete, equals, getName, getParent, getPath, hashCode, isChildOf, isDescendantOf, isInJar, isJavaFile, toJavaFile, toString, toURIclone, finalize, getClass, notify, notifyAll, wait, wait, waitcreate, delete, getName, getParent, getPath, isChildOf, isDescendantOf, isInJar, isJavaFile, toJavaFile, toURIpublic InputStream openInputStream() throws IOException
openInputStream in interface IFileIOExceptionpublic OutputStream openOutputStream() throws IOException
openOutputStream in interface IFileIOExceptionpublic OutputStream openOutputStreamForAppend() throws IOException
openOutputStreamForAppend in interface IFileIOExceptionpublic String getExtension()
getExtension in interface IFilepublic String getBaseName()
getBaseName in interface IFileCopyright © 2019. All rights reserved.