public class FileSourceFileDataSource extends Object implements SourceFileDataSource
| Constructor and Description |
|---|
FileSourceFileDataSource(String fileName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFullFileName()
Get the full filename of the source file.
|
long |
getLastModified() |
InputStream |
open()
Open an InputStream on the source file.
|
public FileSourceFileDataSource(String fileName)
public InputStream open() throws IOException
SourceFileDataSourceopen in interface SourceFileDataSourceIOExceptionpublic String getFullFileName()
SourceFileDataSourcegetFullFileName in interface SourceFileDataSourcepublic long getLastModified()
getLastModified in interface SourceFileDataSourceCopyright © 2003–2015. All rights reserved.