Interface InputStreamFactory

  • All Known Implementing Classes:
    MarkableFileInputStreamFactory

    public interface InputStreamFactory
    Allows repeated reads through a stream for certain types of model building. Use MockInputStreamFactory MockInputStreamFactory for default behavior.
    • Method Detail

      • createInputStream

        java.io.InputStream createInputStream()
                                       throws java.io.IOException
        Throws:
        java.io.IOException