public class DelegatingServletOutputStream
extends javax.servlet.ServletOutputStream
| 构造器和说明 |
|---|
DelegatingServletOutputStream(OutputStream targetStream) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
void |
flush() |
OutputStream |
getTargetStream() |
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, printlnwrite, writepublic DelegatingServletOutputStream(OutputStream targetStream)
public final OutputStream getTargetStream()
public void write(int b)
throws IOException
write 在类中 OutputStreamIOExceptionpublic void flush()
throws IOException
flush 在接口中 Flushableflush 在类中 OutputStreamIOExceptionpublic void close()
throws IOException
close 在接口中 Closeableclose 在接口中 AutoCloseableclose 在类中 OutputStreamIOExceptionpublic boolean isReady()
isReady 在类中 javax.servlet.ServletOutputStreampublic void setWriteListener(javax.servlet.WriteListener writeListener)
setWriteListener 在类中 javax.servlet.ServletOutputStreamCopyright © 2025 fossc. All rights reserved.