class MyServletOutputStream
extends javax.servlet.ServletOutputStream
| Constructor and Description |
|---|
MyServletOutputStream(OutputStream output) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] b) |
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, flushpublic MyServletOutputStream(OutputStream output)
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionMMBase2 Utils 2.0.0 - 2019-08-08T23:20