Package org.apache.abdera.i18n.text
Class UrlEncoding.DecodingReader
- java.lang.Object
-
- java.io.Reader
-
- java.io.FilterReader
-
- org.apache.abdera.i18n.text.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.
-
-
-
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 classjava.io.FilterReader
- Throws:
java.io.IOException
-
read
public int read(char[] b, int off, int len) throws java.io.IOException
Deprecated.- Overrides:
read
in classjava.io.FilterReader
- Throws:
java.io.IOException
-
read
public int read(char[] b) throws java.io.IOException
Deprecated.- Overrides:
read
in classjava.io.Reader
- Throws:
java.io.IOException
-
skip
public long skip(long n) throws java.io.IOException
Deprecated.- Overrides:
skip
in classjava.io.FilterReader
- Throws:
java.io.IOException
-
-