Class UrlStreamSource

  • All Implemented Interfaces:
    StreamSource

    public class UrlStreamSource
    extends java.lang.Object
    implements StreamSource
    Author:
    Tom Baeyens
    • Constructor Summary

      Constructors 
      Constructor Description
      UrlStreamSource​(java.net.URL url)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.InputStream getInputStream()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UrlStreamSource

        public UrlStreamSource​(java.net.URL url)