|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ning.http.multipart.FilePartSource
public class FilePartSource
This class is an adaptation of the Apache HttpClient implementation
Constructor Summary | |
---|---|
FilePartSource(File file)
Constructor for FilePartSource. |
|
FilePartSource(String fileName,
File file)
Constructor for FilePartSource. |
Method Summary | |
---|---|
InputStream |
createInputStream()
Return a new FileInputStream for the current filename. |
File |
getFile()
|
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 readpublic 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 readMethod Detail |
---|
public long getLength()
getLength
in interface PartSource
PartSource.getLength()
public String getFileName()
getFileName
in interface PartSource
PartSource.getFileName()
public InputStream createInputStream() throws IOException
FileInputStream
for the current filename.
createInputStream
in interface PartSource
IOException
- If an IO problem occurs.PartSource.createInputStream()
public File getFile()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |