Interface SourceFileDataSource
- All Known Implementing Classes:
FileSourceFileDataSource, ZipSourceFileDataSource
public interface SourceFileDataSource
A data source which can produce a stream for a source file.
-
Method Summary
Modifier and TypeMethodDescriptionGet the full filename of the source file.Get the full URI of the source file.longopen()Open an InputStream on the source file.