| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.httpclient.methods.multipart.FilePartSource
public class FilePartSource
A PartSource that reads from a File.
| Constructor Summary | |
|---|---|
| FilePartSource(File file)Constructor for FilePartSource. | |
| FilePartSource(String fileName,
               File file)Constructor for FilePartSource. | |
| Method Summary | |
|---|---|
|  InputStream | createInputStream()Return a new FileInputStreamfor the current filename. | 
|  String | getFileName()Return the current filename | 
|  long | getLength()Return the length of the file | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public FilePartSource(File file)
               throws FileNotFoundException
file - the FilePart source File.
FileNotFoundException - if the file does not exist or 
 cannot be read
public FilePartSource(String fileName,
                      File file)
               throws FileNotFoundException
fileName - the file name of the FilePartfile - the source File for the FilePart
FileNotFoundException - if the file does not exist or 
 cannot be read| Method Detail | 
|---|
public long getLength()
getLength in interface PartSourcePartSource.getLength()public String getFileName()
getFileName in interface PartSourcePartSource.getFileName()
public InputStream createInputStream()
                              throws IOException
FileInputStream for the current filename.
createInputStream in interface PartSourceIOException - If an IO problem occurs.PartSource.createInputStream()| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||