Interface SourceFileDataSource

    • Method Detail

      • open

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

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

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

        long getLastModified()