public class

ContentOutputStream

extends OutputStream
java.lang.Object
   ↳ java.io.OutputStream
     ↳ org.apache.http.nio.entity.ContentOutputStream

Class Overview

OutputStream adaptor for ContentOutputBuffer.

Summary

Public Constructors
ContentOutputStream(ContentOutputBuffer buffer)
Public Methods
void close()
void flush()
void write(byte[] b, int off, int len)
void write(byte[] b)
void write(int b)
[Expand]
Inherited Methods
From class java.io.OutputStream
From class java.lang.Object
From interface java.io.Closeable
From interface java.io.Flushable

Public Constructors

public ContentOutputStream (ContentOutputBuffer buffer)

Public Methods

public void close ()

Throws
IOException

public void flush ()

Throws
IOException

public void write (byte[] b, int off, int len)

Throws
IOException

public void write (byte[] b)

Throws
IOException

public void write (int b)

Throws
IOException