|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sharpster.common.Body
A class used to contain a text document.
Constructor Summary | |
Body()
|
Method Summary | |
byte[] |
getData()
|
boolean |
isBinary()
|
void |
setBinary(boolean binary)
|
void |
setData(byte[] in)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Body()
Method Detail |
public void setData(byte[] in)
public byte[] getData()
public void setBinary(boolean binary)
public boolean isBinary()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |