public final class HttpOutputStream extends FilterOutputStream
out| Modifier and Type | Method and Description | 
|---|---|
| void | print(String s)Deprecated.  | 
| void | write(byte[] buf)Deprecated.  | 
| void | write(byte[] buf,
     int off,
     int len)Deprecated.  | 
| void | write(int i)Deprecated.  | 
close, flushpublic void write(int i)
           throws IOException
write in class FilterOutputStreamIOExceptionpublic void write(byte[] buf,
                  int off,
                  int len)
           throws IOException
write in class FilterOutputStreamIOExceptionpublic void write(byte[] buf)
           throws IOException
write in class FilterOutputStreamIOExceptionpublic void print(String s) throws IOException
IOException