public class ExtensibilityServletOutputStream
extends javax.servlet.ServletOutputStream
| Constructor and Description |
|---|
ExtensibilityServletOutputStream(Writer modelWriter) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
print(char c) |
void |
print(String s) |
void |
write(int b) |
print, print, print, print, print, println, println, println, println, println, println, println, printlnwrite, writepublic ExtensibilityServletOutputStream(Writer modelWriter)
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void print(String s) throws IOException
print in class javax.servlet.ServletOutputStreamIOExceptionpublic void print(char c)
throws IOException
print in class javax.servlet.ServletOutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionCopyright © 2005–2016 Alfresco Software. All rights reserved.