public class WIOFilePOATie extends WIOFilePOA
| Constructor and Description |
|---|
WIOFilePOATie(WIOFileOperations delegate) |
WIOFilePOATie(WIOFileOperations delegate,
org.omg.PortableServer.POA poa) |
| Modifier and Type | Method and Description |
|---|---|
org.omg.PortableServer.POA |
_default_POA() |
WIOFileOperations |
_delegate() |
void |
_delegate(WIOFileOperations delegate) |
WIOFile |
_this() |
WIOFile |
_this(org.omg.CORBA.ORB orb) |
void |
appendDescription(java.lang.String description) |
boolean |
canRead() |
boolean |
canWrite() |
void |
close() |
WIODateTimeInfo |
creationTime() |
void |
destroy() |
boolean |
eof() |
java.lang.String |
getDescription() |
WIOFile |
getFile(int i) |
java.lang.String |
getFileType() |
WIOFileMode |
getMode() |
int |
getNumFiles() |
WIOFile |
getParent() |
java.lang.String |
getPath() |
WIOProject |
getProject() |
boolean |
isDirectory() |
boolean |
isPublished() |
boolean |
isUnderConstruction() |
WIODateTimeInfo |
lastModificationTime() |
void |
open(WIOFileMode mode) |
int |
read(int size,
BytesHolder buffer) |
void |
resize(long size) |
void |
seek(long offset,
SeekType type) |
void |
setDescription(java.lang.String description) |
long |
size() |
long |
tell() |
java.lang.String |
whoCreated() |
int |
write(byte[] content) |
_all_interfaces, _invokepublic WIOFilePOATie(WIOFileOperations delegate)
public WIOFilePOATie(WIOFileOperations delegate, org.omg.PortableServer.POA poa)
public WIOFile _this()
_this in class WIOFilePOApublic WIOFile _this(org.omg.CORBA.ORB orb)
_this in class WIOFilePOApublic WIOFileOperations _delegate()
public void _delegate(WIOFileOperations delegate)
public org.omg.PortableServer.POA _default_POA()
_default_POA in class org.omg.PortableServer.Servantpublic boolean eof()
throws WIOServiceException
WIOServiceExceptionpublic java.lang.String getFileType()
throws WIOServiceException
WIOServiceExceptionpublic java.lang.String getPath()
throws WIOServiceException
WIOServiceExceptionpublic boolean canWrite()
throws WIOServiceException
WIOServiceExceptionpublic long tell()
throws WIOServiceException
WIOServiceExceptionpublic void seek(long offset,
SeekType type)
throws WIOServiceException
WIOServiceExceptionpublic int read(int size,
BytesHolder buffer)
throws WIOServiceException
WIOServiceExceptionpublic WIODateTimeInfo creationTime() throws WIOServiceException
WIOServiceExceptionpublic java.lang.String getDescription()
throws WIOServiceException
WIOServiceExceptionpublic WIOFileMode getMode() throws WIOServiceException
WIOServiceExceptionpublic boolean isUnderConstruction()
throws WIOServiceException
WIOServiceExceptionpublic WIOFile getFile(int i) throws WIOServiceException
WIOServiceExceptionpublic void appendDescription(java.lang.String description)
throws WIOServiceException
WIOServiceExceptionpublic WIODateTimeInfo lastModificationTime() throws WIOServiceException
WIOServiceExceptionpublic void open(WIOFileMode mode) throws WIOServiceException
WIOServiceExceptionpublic boolean isDirectory()
throws WIOServiceException
WIOServiceExceptionpublic void setDescription(java.lang.String description)
throws WIOServiceException
WIOServiceExceptionpublic void close()
throws WIOServiceException
WIOServiceExceptionpublic int write(byte[] content)
throws WIOServiceException
WIOServiceExceptionpublic long size()
throws WIOServiceException
WIOServiceExceptionpublic WIOFile getParent() throws WIOServiceException
WIOServiceExceptionpublic boolean canRead()
throws WIOServiceException
WIOServiceExceptionpublic void resize(long size)
throws WIOServiceException
WIOServiceExceptionpublic int getNumFiles()
throws WIOServiceException
WIOServiceExceptionpublic WIOProject getProject() throws WIOServiceException
WIOServiceExceptionpublic java.lang.String whoCreated()
throws WIOServiceException
WIOServiceExceptionpublic void destroy()
throws WIOServiceException
WIOServiceExceptionpublic boolean isPublished()
throws WIOServiceException
WIOServiceExceptionCopyright © 2016. All Rights Reserved.