|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.OutputStream
javax.servlet.ServletOutputStream
mondrian.tui.MockHttpServletResponse.MockServletOutputStream
static class MockHttpServletResponse.MockServletOutputStream
| Constructor Summary | |
|---|---|
MockHttpServletResponse.MockServletOutputStream(int size)
|
|
MockHttpServletResponse.MockServletOutputStream(int size,
String encoding)
|
|
| Method Summary | |
|---|---|
void |
clearContent()
|
byte[] |
getBinaryContent()
|
String |
getContent()
|
void |
setEncoding(String encoding)
|
void |
write(int value)
|
| Methods inherited from class javax.servlet.ServletOutputStream |
|---|
print, print, print, print, print, print, print, println, println, println, println, println, println, println, println |
| Methods inherited from class java.io.OutputStream |
|---|
close, flush, write, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MockHttpServletResponse.MockServletOutputStream(int size)
public MockHttpServletResponse.MockServletOutputStream(int size,
String encoding)
| Method Detail |
|---|
public void setEncoding(String encoding)
public void write(int value)
throws IOException
write in class OutputStreamIOException
public String getContent()
throws IOException
IOException
public byte[] getBinaryContent()
throws IOException
IOExceptionpublic void clearContent()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||