|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Simple interface to abstract out both ServletOutputStreams and PrintWriters.
Method Summary | |
Reader |
getAsReader()
Produces a reader of the buffered data. |
String |
getAsString()
Produces the buffered data in string form. |
boolean |
prefersReader()
True if it is more efficient to call toReader() than toString(). |
int |
size()
|
Method Detail |
public Reader getAsReader() throws UnsupportedEncodingException
UnsupportedEncodingException
public String getAsString() throws UnsupportedEncodingException
UnsupportedEncodingException
public boolean prefersReader()
public int size()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |