|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.io.OutputStream
|
+--javax.servlet.ServletOutputStream
|
+--com.lowagie.servlets.BufferedResponse.ByteArrayServletStream
Implements a ServletOutputStream that writes to a memory buffer.
| Field Summary | |
private ByteArrayOutputStream |
data
|
| Fields inherited from class javax.servlet.ServletOutputStream |
|
| Constructor Summary | |
BufferedResponse.ByteArrayServletStream()
|
|
| Method Summary | |
void |
close()
|
void |
flush()
|
byte[] |
toByteArray()
|
void |
write(byte[] b,
int o,
int l)
|
void |
write(int i)
|
| 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 |
write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private ByteArrayOutputStream data
| Constructor Detail |
public BufferedResponse.ByteArrayServletStream()
| Method Detail |
public void write(byte[] b,
int o,
int l)
throws IOException
write in class OutputStreamIOException
public void write(int i)
throws IOException
write in class OutputStreamIOException
public void flush()
throws IOException
flush in class OutputStreamIOException
public void close()
throws IOException
close in class OutputStreamIOException
public byte[] toByteArray()
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||