public class BufferedHTTPOutputStream extends OutputStream
| 构造器和说明 |
|---|
BufferedHTTPOutputStream(HTTPOutputStream output,
int bufferSize) |
public BufferedHTTPOutputStream(HTTPOutputStream output, int bufferSize)
public void write(int b)
throws IOException
write 在类中 OutputStreamIOExceptionpublic void write(byte[] array,
int offset,
int length)
throws IOException
write 在类中 OutputStreamIOExceptionpublic void flush()
throws IOException
flush 在接口中 Flushableflush 在类中 OutputStreamIOExceptionpublic void close()
throws IOException
close 在接口中 Closeableclose 在接口中 AutoCloseableclose 在类中 OutputStreamIOExceptionCopyright © 2017. All rights reserved.