|
|||||||||
| Home >> All >> org >> linpoch >> kde >> [ dcop overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.linpoch.kde.dcop
Class FileContentAnswer

java.lang.Objectorg.linpoch.kde.dcop.FileContentAnswer
- public class FileContentAnswer
- extends java.lang.Object
| Field Summary | |
(package private) byte[] |
content
|
(package private) java.lang.String |
errorMessage
|
| Constructor Summary | |
FileContentAnswer(byte[] content)
|
|
FileContentAnswer(java.lang.String errorMessage)
|
|
| Method Summary | |
byte[] |
getContent()
|
java.lang.String |
getErrorMessage()
|
void |
setContent(byte[] content)
|
void |
setErrorMessage(java.lang.String message)
|
void |
write(java.io.DataOutputStream stream)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
content
byte[] content
errorMessage
java.lang.String errorMessage
| Constructor Detail |
FileContentAnswer
public FileContentAnswer(java.lang.String errorMessage)
FileContentAnswer
public FileContentAnswer(byte[] content)
| Method Detail |
setContent
public void setContent(byte[] content)
getContent
public byte[] getContent()
setErrorMessage
public void setErrorMessage(java.lang.String message)
getErrorMessage
public java.lang.String getErrorMessage()
write
public void write(java.io.DataOutputStream stream) throws java.io.IOException
|
|||||||||
| Home >> All >> org >> linpoch >> kde >> [ dcop overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.linpoch.kde.dcop.FileContentAnswer