org.apache.catalina.ssi
Class ByteArrayServletOutputStream
java.lang.Object
java.io.OutputStream
javax.servlet.ServletOutputStream
org.apache.catalina.ssi.ByteArrayServletOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
public class ByteArrayServletOutputStream
- extends ServletOutputStream
Class that extends ServletOuputStream, used as a wrapper from within
SsiInclude
- Version:
- $Id: ByteArrayServletOutputStream.java 987920 2010-08-22 15:34:34Z markt $
- Author:
- Bip Thelin
- See Also:
and ByteArrayOutputStream
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.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
buf
protected ByteArrayOutputStream buf
- Our buffer to hold the stream.
ByteArrayServletOutputStream
public ByteArrayServletOutputStream()
- Construct a new ServletOutputStream.
toByteArray
public byte[] toByteArray()
- Returns:
- the byte array.
write
public void write(int b)
- Write to our buffer.
- Specified by:
write
in class OutputStream
- Parameters:
b
- The parameter to write
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.