Class UrlEncoding.DecodingReader

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

    @Deprecated(since="2021-07-29")
    public static class UrlEncoding.DecodingReader
    extends java.io.FilterReader
    Deprecated.
    • Constructor Summary

      Constructors 
      Constructor Description
      DecodingReader​(byte[] buf)
      Deprecated.
       
      DecodingReader​(byte[] buf, java.lang.String enc)
      Deprecated.
       
      DecodingReader​(java.io.InputStream in)
      Deprecated.
       
      DecodingReader​(java.io.InputStream in, java.lang.String enc)
      Deprecated.
       
      DecodingReader​(java.io.Reader in)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      int read()
      Deprecated.
       
      int read​(char[] b)
      Deprecated.
       
      int read​(char[] b, int off, int len)
      Deprecated.
       
      long skip​(long n)
      Deprecated.
       
      • Methods inherited from class java.io.FilterReader

        close, mark, markSupported, ready, reset
      • Methods inherited from class java.io.Reader

        nullReader, read, transferTo
      • Methods inherited from class java.lang.Object

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

      • DecodingReader

        public DecodingReader​(byte[] buf)
                       throws java.io.UnsupportedEncodingException
        Deprecated.
        Throws:
        java.io.UnsupportedEncodingException
      • DecodingReader

        public DecodingReader​(byte[] buf,
                              java.lang.String enc)
                       throws java.io.UnsupportedEncodingException
        Deprecated.
        Throws:
        java.io.UnsupportedEncodingException
      • DecodingReader

        public DecodingReader​(java.io.InputStream in)
                       throws java.io.UnsupportedEncodingException
        Deprecated.
        Throws:
        java.io.UnsupportedEncodingException
      • DecodingReader

        public DecodingReader​(java.io.InputStream in,
                              java.lang.String enc)
                       throws java.io.UnsupportedEncodingException
        Deprecated.
        Throws:
        java.io.UnsupportedEncodingException
      • DecodingReader

        public DecodingReader​(java.io.Reader in)
        Deprecated.
    • Method Detail

      • read

        public int read()
                 throws java.io.IOException
        Deprecated.
        Overrides:
        read in class java.io.FilterReader
        Throws:
        java.io.IOException
      • read

        public int read​(char[] b,
                        int off,
                        int len)
                 throws java.io.IOException
        Deprecated.
        Overrides:
        read in class java.io.FilterReader
        Throws:
        java.io.IOException
      • read

        public int read​(char[] b)
                 throws java.io.IOException
        Deprecated.
        Overrides:
        read in class java.io.Reader
        Throws:
        java.io.IOException
      • skip

        public long skip​(long n)
                  throws java.io.IOException
        Deprecated.
        Overrides:
        skip in class java.io.FilterReader
        Throws:
        java.io.IOException