Class URLInputStreamFactory

java.lang.Object
opennlp.tools.ml.maxent.URLInputStreamFactory
All Implemented Interfaces:
opennlp.tools.util.InputStreamFactory

public class URLInputStreamFactory extends Object implements opennlp.tools.util.InputStreamFactory
  • Constructor Details

    • URLInputStreamFactory

      public URLInputStreamFactory(URL url)
  • Method Details

    • createInputStream

      public InputStream createInputStream() throws IOException
      Specified by:
      createInputStream in interface opennlp.tools.util.InputStreamFactory
      Throws:
      IOException