Interface SourceFileDataSource

All Known Implementing Classes:
FileSourceFileDataSource, ZipSourceFileDataSource

public interface SourceFileDataSource
A data source which can produce a stream for a source file.
  • Method Details

    • open

      InputStream open() throws IOException
      Open an InputStream on the source file.
      Throws:
      IOException
    • getFullFileName

      String getFullFileName()
      Get the full filename of the source file.
    • getFullURI

      URI getFullURI()
      Get the full URI of the source file.
    • getLastModified

      long getLastModified()