public class _WIOFileStub extends ObjectImpl implements WIOFile
| Constructor and Description |
|---|
_WIOFileStub() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
_ids() |
void |
appendDescription(String description) |
boolean |
canRead() |
boolean |
canWrite() |
void |
close() |
WIODateTimeInfo |
creationTime() |
void |
destroy() |
boolean |
eof() |
String |
getDescription() |
WIOFile |
getFile(int i) |
String |
getFileType() |
WIOFileMode |
getMode() |
int |
getNumFiles() |
WIOFile |
getParent() |
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(String description) |
long |
size() |
long |
tell() |
String |
whoCreated() |
int |
write(byte[] content) |
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, wait_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_overridepublic static final Class _opsClass
public String[] _ids()
_ids in class ObjectImplpublic boolean eof()
throws WIOServiceException
eof in interface WIOFileOperationsWIOServiceExceptionpublic String getFileType() throws WIOServiceException
getFileType in interface WIOFileOperationsWIOServiceExceptionpublic String getPath() throws WIOServiceException
getPath in interface WIOFileOperationsWIOServiceExceptionpublic boolean canWrite()
throws WIOServiceException
canWrite in interface WIOFileOperationsWIOServiceExceptionpublic long tell()
throws WIOServiceException
tell in interface WIOFileOperationsWIOServiceExceptionpublic void seek(long offset,
SeekType type)
throws WIOServiceException
seek in interface WIOFileOperationsWIOServiceExceptionpublic int read(int size,
BytesHolder buffer)
throws WIOServiceException
read in interface WIOFileOperationsWIOServiceExceptionpublic WIODateTimeInfo creationTime() throws WIOServiceException
creationTime in interface WIOFileOperationsWIOServiceExceptionpublic String getDescription() throws WIOServiceException
getDescription in interface WIOFileOperationsWIOServiceExceptionpublic WIOFileMode getMode() throws WIOServiceException
getMode in interface WIOFileOperationsWIOServiceExceptionpublic boolean isUnderConstruction()
throws WIOServiceException
isUnderConstruction in interface WIOFileOperationsWIOServiceExceptionpublic WIOFile getFile(int i) throws WIOServiceException
getFile in interface WIOFileOperationsWIOServiceExceptionpublic void appendDescription(String description) throws WIOServiceException
appendDescription in interface WIOFileOperationsWIOServiceExceptionpublic WIODateTimeInfo lastModificationTime() throws WIOServiceException
lastModificationTime in interface WIOFileOperationsWIOServiceExceptionpublic void open(WIOFileMode mode) throws WIOServiceException
open in interface WIOFileOperationsWIOServiceExceptionpublic boolean isDirectory()
throws WIOServiceException
isDirectory in interface WIOFileOperationsWIOServiceExceptionpublic void setDescription(String description) throws WIOServiceException
setDescription in interface WIOFileOperationsWIOServiceExceptionpublic void close()
throws WIOServiceException
close in interface WIOFileOperationsWIOServiceExceptionpublic int write(byte[] content)
throws WIOServiceException
write in interface WIOFileOperationsWIOServiceExceptionpublic long size()
throws WIOServiceException
size in interface WIOFileOperationsWIOServiceExceptionpublic WIOFile getParent() throws WIOServiceException
getParent in interface WIOFileOperationsWIOServiceExceptionpublic boolean canRead()
throws WIOServiceException
canRead in interface WIOFileOperationsWIOServiceExceptionpublic void resize(long size)
throws WIOServiceException
resize in interface WIOFileOperationsWIOServiceExceptionpublic int getNumFiles()
throws WIOServiceException
getNumFiles in interface WIOFileOperationsWIOServiceExceptionpublic WIOProject getProject() throws WIOServiceException
getProject in interface WIOFileOperationsWIOServiceExceptionpublic String whoCreated() throws WIOServiceException
whoCreated in interface WIOFileOperationsWIOServiceExceptionpublic void destroy()
throws WIOServiceException
destroy in interface WIOFileOperationsWIOServiceExceptionpublic boolean isPublished()
throws WIOServiceException
isPublished in interface WIOFileOperationsWIOServiceExceptionCopyright © 2020. All rights reserved.