public class PhysicalFileImpl extends PhysicalResourceImpl implements IFile
_backingFileSystem, _pathEMPTY_ARRAY| Constructor and Description |
|---|
PhysicalFileImpl(ResourcePath path,
IPhysicalFileSystem backingFileSystem) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
create() |
String |
getBaseName() |
String |
getExtension() |
InputStream |
openInputStream() |
OutputStream |
openOutputStream() |
OutputStream |
openOutputStreamForAppend() |
delete, equals, exists, getIFileMetadata, getName, getParent, getPath, isChildOf, isDescendantOf, isInJar, isJavaFile, toJavaFile, toString, toURIclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdelete, exists, getName, getParent, getPath, isChildOf, isDescendantOf, isInJar, isJavaFile, toJavaFile, toURIpublic PhysicalFileImpl(ResourcePath path, IPhysicalFileSystem backingFileSystem)
public 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 IFilepublic boolean create()
create in interface IResourcecreate in class PhysicalResourceImplCopyright © 2018. All rights reserved.