public class FilePartSource extends Object implements PartSource
Constructor and Description |
---|
FilePartSource(File file)
Constructor for FilePartSource.
|
FilePartSource(String fileName,
File file)
Constructor for FilePartSource.
|
Modifier and Type | Method and Description |
---|---|
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
|
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 FilePartFileNotFoundException
- if the file does not exist or
cannot be readpublic 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()
Copyright © 2015. All rights reserved.