public class FilterServletOutputStream
extends javax.servlet.ServletOutputStream
| Constructor and Description |
|---|
FilterServletOutputStream(OutputStream output) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReady() |
void |
setWriteListener(javax.servlet.WriteListener writeListener) |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
print, print, print, print, print, print, print, println, println, println, println, println, println, println, printlnclose, flushpublic FilterServletOutputStream(OutputStream output)
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionpublic void setWriteListener(javax.servlet.WriteListener writeListener)
setWriteListener in class javax.servlet.ServletOutputStreampublic boolean isReady()
isReady in class javax.servlet.ServletOutputStreamCopyright © 2019. All rights reserved.