java.lang.Object
plp.presentation.fileclient.EpocFile
plp.presentation.fileclient.RegularFile
- All Implemented Interfaces:
- java.io.Serializable
- public class RegularFile
- extends EpocFile
| Fields inherited from class plp.presentation.fileclient.EpocFile |
|
| Methods inherited from class plp.presentation.fileclient.EpocFile |
getAttributes, getFileClient, getMimeType, getName, getShortName, getSize, getUid1, getUid2, getUid3, setAttributes, setFileClient, setMimeType, setModified, setName, setShortName, setSize, setUid1, setUid2, setUid3 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
handle
private java.lang.Integer handle
RegularFile
RegularFile()
RegularFile
RegularFile(FileClientImpl client,
java.lang.String fileName)
throws java.io.IOException
RegularFile
RegularFile(FileClientImpl client,
java.lang.String fileName,
boolean create)
throws java.io.IOException
open
public void open()
throws java.io.IOException
create
public void create()
throws java.io.IOException
setHandle
private void setHandle(java.lang.Integer handle)
getHandle
public java.lang.Integer getHandle()
openInputStream
public java.io.InputStream openInputStream()
throws java.io.IOException
openOutputStream
public java.io.OutputStream openOutputStream()
throws java.io.IOException
isOpened
public boolean isOpened()
close
public void close()
isDirectory
public boolean isDirectory()
- Specified by:
isDirectory in class EpocFile