Since: API Level 1
public interface

ContentProducer

org.apache.http.entity.ContentProducer

类概述

An abstract entity content producer.

Content producers are expected to be able to produce their content multiple times

摘要

公有方法
abstract void writeTo( OutputStream outstream)

公有方法

public abstract void writeTo (OutputStream outstream)

Since: API Level 1

Throws
IOException