Searched refs:FilePartSource (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/http/multipart/
H A DFilePartSource.java2 * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//httpclient/src/java/org/apache/commons/httpclient/methods/multipart/FilePartSource.java,v 1.10 2004/04/18 23:51:37 jsdever Exp $
49 public class FilePartSource implements PartSource { class in inherits:PartSource
58 * Constructor for FilePartSource.
65 public FilePartSource(File file) throws FileNotFoundException { method in class:FilePartSource
79 * Constructor for FilePartSource.
87 public FilePartSource(String fileName, File file) method in class:FilePartSource
H A DFilePart.java127 this(name, new FilePartSource(file), null, null);
145 this(name, new FilePartSource(file), contentType, charset);
160 this(name, new FilePartSource(fileName, file), null, null);
179 this(name, new FilePartSource(fileName, file), contentType, charset);

Completed in 33 milliseconds