|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectServletOutputStream
org.jboss.portal.common.servlet.ServletOutputStreamBuffer
public class ServletOutputStreamBuffer
| Constructor Summary | |
|---|---|
ServletOutputStreamBuffer(int size)
|
|
| Method Summary | |
|---|---|
byte[] |
getBinaryContent()
|
java.lang.String |
getContent(java.lang.String encoding)
|
void |
reset()
|
void |
write(int value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServletOutputStreamBuffer(int size)
| Method Detail |
|---|
public void write(int value)
throws java.io.IOException
java.io.IOException
public java.lang.String getContent(java.lang.String encoding)
throws java.io.IOException
java.io.IOException
public byte[] getBinaryContent()
throws java.io.IOException
java.io.IOExceptionpublic void reset()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||