public abstract class ServletOutputStream extends OutputStream
| Constructor and Description |
|---|
ServletOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
print(String s) |
void |
println(String s) |
public void print(String s) throws IOException
IOExceptionpublic void println(String s) throws IOException
IOExceptionCopyright © 2022. All rights reserved.