Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.linpoch.kde.dcop
Class FileContentAnswer  view FileContentAnswer download FileContentAnswer.java

java.lang.Object
  extended byorg.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