Class ByteArrayServletOutputStream

java.lang.Object
java.io.OutputStream
jakarta.servlet.ServletOutputStream
org.apache.catalina.ssi.ByteArrayServletOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class ByteArrayServletOutputStream extends ServletOutputStream
Class that extends ServletOutputStream, used as a wrapper from within SsiInclude
See Also:
  • Field Details

  • Constructor Details

    • ByteArrayServletOutputStream

      public ByteArrayServletOutputStream()
      Construct a new ServletOutputStream.
  • Method Details