public interface WIOFileOperations
| Modifier and Type | Method and Description |
|---|---|
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) |
void destroy()
throws WIOServiceException
WIOServiceExceptionString getDescription() throws WIOServiceException
WIOServiceExceptionvoid setDescription(String description) throws WIOServiceException
WIOServiceExceptionvoid appendDescription(String description) throws WIOServiceException
WIOServiceExceptionString getPath() throws WIOServiceException
WIOServiceExceptionWIOFile getParent() throws WIOServiceException
WIOServiceExceptionWIOProject getProject() throws WIOServiceException
WIOServiceExceptionboolean canRead()
throws WIOServiceException
WIOServiceExceptionboolean canWrite()
throws WIOServiceException
WIOServiceExceptionWIOFileMode getMode() throws WIOServiceException
WIOServiceExceptionboolean isDirectory()
throws WIOServiceException
WIOServiceExceptionString getFileType() throws WIOServiceException
WIOServiceExceptionint getNumFiles()
throws WIOServiceException
WIOServiceExceptionWIODateTimeInfo lastModificationTime() throws WIOServiceException
WIOServiceExceptionWIODateTimeInfo creationTime() throws WIOServiceException
WIOServiceExceptionboolean isUnderConstruction()
throws WIOServiceException
WIOServiceExceptionboolean isPublished()
throws WIOServiceException
WIOServiceExceptionString whoCreated() throws WIOServiceException
WIOServiceExceptionWIOFile getFile(int i) throws WIOServiceException
WIOServiceExceptionvoid open(WIOFileMode mode) throws WIOServiceException
WIOServiceExceptionvoid close()
throws WIOServiceException
WIOServiceExceptionint read(int size,
BytesHolder buffer)
throws WIOServiceException
WIOServiceExceptionlong size() throws WIOServiceException
WIOServiceExceptionvoid resize(long size)
throws WIOServiceException
WIOServiceExceptionint write(byte[] content) throws WIOServiceException
WIOServiceExceptionvoid seek(long offset,
SeekType type)
throws WIOServiceException
WIOServiceExceptionlong tell() throws WIOServiceException
WIOServiceExceptionboolean eof()
throws WIOServiceException
WIOServiceExceptionCopyright © 2020. All rights reserved.