public class ServletOutputStreamCopier
extends javax.servlet.ServletOutputStream
| Constructor and Description |
|---|
ServletOutputStreamCopier(OutputStream outputStream) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCommitted() |
boolean |
isReady() |
void |
reallyFlush() |
void |
setWriteListener(javax.servlet.WriteListener writeListener) |
void |
write(int bytes) |
print, print, print, print, print, print, print, println, println, println, println, println, println, println, printlnclose, flush, write, writepublic ServletOutputStreamCopier(OutputStream outputStream)
public void write(int bytes)
throws IOException
write in class OutputStreamIOExceptionpublic void reallyFlush()
throws IOException
IOExceptionpublic boolean isCommitted()
public boolean isReady()
isReady in class javax.servlet.ServletOutputStreampublic void setWriteListener(javax.servlet.WriteListener writeListener)
setWriteListener in class javax.servlet.ServletOutputStreamCopyright © 2022. All rights reserved.