Class UriReader

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, java.lang.Readable

    public class UriReader
    extends java.io.InputStreamReader
    • Field Summary

      • Fields inherited from class java.io.Reader

        lock
    • Constructor Summary

      Constructors 
      Constructor Description
      UriReader​(java.net.URI uri)  
    • Method Summary

      • Methods inherited from class java.io.InputStreamReader

        close, getEncoding, read, read, ready
      • Methods inherited from class java.io.Reader

        mark, markSupported, nullReader, read, read, reset, skip, transferTo
      • Methods inherited from class java.lang.Object

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

      • UriReader

        public UriReader​(java.net.URI uri)
                  throws java.net.MalformedURLException,
                         java.io.IOException
        Throws:
        java.net.MalformedURLException
        java.io.IOException