public class FilterServletOutputStream extends ServletOutputStream
ServletOutputStream à partir d'un autre ServletOutputStream ou d'un OutputStream.| Constructor and Description |
|---|
FilterServletOutputStream(OutputStream output)
Constructeur.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
boolean |
isReady() |
void |
setWriteListener(WriteListener writeListener) |
void |
write(byte[] bytes) |
void |
write(byte[] bytes,
int off,
int len) |
void |
write(int b) |
public FilterServletOutputStream(OutputStream output)
output - OutputStreampublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionpublic void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] bytes)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] bytes,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionpublic boolean isReady()
isReady in class ServletOutputStreampublic void setWriteListener(WriteListener writeListener)
setWriteListener in class ServletOutputStreamCopyright © 2008–2020 Emeric Vernat. All rights reserved.