public class ServletOutputStreamWrapper
extends javax.servlet.ServletOutputStream
ServletOutputStream
write calls to standard buffered IO.Constructor and Description |
---|
ServletOutputStreamWrapper(OutputStream outputStream) |
Modifier and Type | Method and Description |
---|---|
void |
flush() |
protected void |
flushInternalBuffer() |
boolean |
isReady() |
void |
setWriteListener(javax.servlet.WriteListener writeListener) |
void |
write(int b) |
print, print, print, print, print, print, print, println, println, println, println, println, println, println, println
close, write, write
public ServletOutputStreamWrapper(OutputStream outputStream)
public void write(int b) throws IOException
write
in class OutputStream
IOException
public void flush() throws IOException
flush
in interface Flushable
flush
in class OutputStream
IOException
protected void flushInternalBuffer() throws IOException
IOException
public boolean isReady()
isReady
in class javax.servlet.ServletOutputStream
public void setWriteListener(javax.servlet.WriteListener writeListener)
setWriteListener
in class javax.servlet.ServletOutputStream
Copyright © 2022. All rights reserved.