Searched refs:PartSource (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/http/multipart/
H A DPartSource.java2 * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//httpclient/src/java/org/apache/commons/httpclient/methods/multipart/PartSource.java,v 1.6 2004/04/18 23:51:37 jsdever Exp $
45 public interface PartSource { interface
H A DByteArrayPartSource.java37 * A PartSource that reads from a byte array. This class should be used when
44 public class ByteArrayPartSource implements PartSource {
66 * @see PartSource#getLength()
73 * @see PartSource#getFileName()
80 * @see PartSource#createInputStream()
H A DFilePart.java79 private PartSource source;
91 public FilePart(String name, PartSource partSource, String contentType, String charset) {
112 public FilePart(String name, PartSource partSource) {
238 protected PartSource getSource() {
H A DFilePartSource.java41 * A PartSource that reads from a File.
49 public class FilePartSource implements PartSource {
98 * @see PartSource#getLength()
111 * @see PartSource#getFileName()
121 * @see PartSource#createInputStream()

Completed in 106 milliseconds