|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
javax.servlet.ServletOutputStream
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 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 ServletOutputStreamBuffer(int size)
Method Detail |
---|
public void write(int value) throws java.io.IOException
write
in class java.io.OutputStream
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.IOException
public void reset()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |