class FastOutStreamWrapper
extends javax.servlet.ServletOutputStream
| 限定符和类型 | 字段和说明 |
|---|---|
private OutputStream |
outputStream |
| 构造器和说明 |
|---|
FastOutStreamWrapper() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
void |
flush() |
(专用程序包) void |
setOutputStream(javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletOutputStream outputStream) |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
private OutputStream outputStream
void setOutputStream(javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletOutputStream outputStream)
throws IOException
IOExceptionpublic void write(int b)
throws IOException
write 在类中 OutputStreamIOExceptionpublic void write(byte[] b)
throws IOException
write 在类中 OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write 在类中 OutputStreamIOExceptionpublic void close()
throws IOException
close 在接口中 Closeableclose 在接口中 AutoCloseableclose 在类中 OutputStreamIOExceptionpublic void flush()
throws IOException
flush 在接口中 Flushableflush 在类中 OutputStreamIOExceptionCopyright © 2021. All rights reserved.