public final class ServletOutputStreamWrapper
extends javax.servlet.ServletOutputStream
| Constructor and Description |
|---|
ServletOutputStreamWrapper(OutputStream wrappedStream) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReady() |
void |
setWriteListener(javax.servlet.WriteListener writeListener) |
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, flush, writepublic ServletOutputStreamWrapper(OutputStream wrappedStream)
public boolean isReady()
isReady in class javax.servlet.ServletOutputStreampublic void setWriteListener(javax.servlet.WriteListener writeListener)
setWriteListener in class javax.servlet.ServletOutputStreampublic void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionpublic void write(int b)
throws IOException
write in class OutputStreamIOExceptionCopyright © 2013–2020 Adobe. All rights reserved.