public class ByteArrayServletOutputStream extends ServletOutputStream
SsiIncludeand ByteArrayOutputStream| Modifier and Type | Field and Description | 
|---|---|
| protected java.io.ByteArrayOutputStream | bufOur 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.