public class HttpBufferedOutputStream
extends java.io.BufferedOutputStream
| Constructor and Description |
|---|
HttpBufferedOutputStream(java.io.ByteArrayOutputStream os,
HttpConnection http,
java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
sendOOBData() |
void |
write(byte[] b,
int offset,
int length) |
void |
write(int i) |
public HttpBufferedOutputStream(java.io.ByteArrayOutputStream os,
HttpConnection http,
java.lang.String id)
throws java.io.IOException
java.io.IOExceptionpublic final void write(int i)
throws java.io.IOException
write in class java.io.BufferedOutputStreamjava.io.IOExceptionpublic final void write(byte[] b,
int offset,
int length)
throws java.io.IOException
write in class java.io.BufferedOutputStreamjava.io.IOExceptionpublic final void flush()
throws java.io.IOException
flush in interface java.io.Flushableflush in class java.io.BufferedOutputStreamjava.io.IOExceptionpublic final void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.FilterOutputStreamjava.io.IOExceptionpublic final void sendOOBData()
throws java.io.IOException
java.io.IOException