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() |
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
Copyright © 2019. All rights reserved.