public class ByteArrayServletOutputStream extends ServletOutputStream
SsiInclude
and ByteArrayOutputStream
Modifier and Type | Field and Description |
---|---|
protected java.io.ByteArrayOutputStream |
buf
Our buffer to hold the stream.
|
Constructor and Description |
---|
ByteArrayServletOutputStream()
Construct a new ServletOutputStream.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
toByteArray() |
void |
write(int b)
Write to our buffer.
|
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.