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:
Closeable,AutoCloseable,Readable
- Enclosing class:
- UrlEncoding
@Deprecated(since="2021-07-29") public static class UrlEncoding.DecodingReader extends FilterReader
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description DecodingReader(byte[] buf)Deprecated.DecodingReader(byte[] buf, String enc)Deprecated.DecodingReader(InputStream in)Deprecated.DecodingReader(InputStream in, String enc)Deprecated.DecodingReader(Reader in)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intread()Deprecated.intread(char[] b)Deprecated.intread(char[] b, int off, int len)Deprecated.longskip(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
-
-
-
-
Constructor Detail
-
DecodingReader
public DecodingReader(byte[] buf) throws UnsupportedEncodingExceptionDeprecated.- Throws:
UnsupportedEncodingException
-
DecodingReader
public DecodingReader(byte[] buf, String enc) throws UnsupportedEncodingExceptionDeprecated.- Throws:
UnsupportedEncodingException
-
DecodingReader
public DecodingReader(InputStream in) throws UnsupportedEncodingException
Deprecated.- Throws:
UnsupportedEncodingException
-
DecodingReader
public DecodingReader(InputStream in, String enc) throws UnsupportedEncodingException
Deprecated.- Throws:
UnsupportedEncodingException
-
DecodingReader
public DecodingReader(Reader in)
Deprecated.
-
-
Method Detail
-
read
public int read() throws IOExceptionDeprecated.- Overrides:
readin classFilterReader- Throws:
IOException
-
read
public int read(char[] b, int off, int len) throws IOExceptionDeprecated.- Overrides:
readin classFilterReader- Throws:
IOException
-
read
public int read(char[] b) throws IOExceptionDeprecated.- Overrides:
readin classReader- Throws:
IOException
-
skip
public long skip(long n) throws IOExceptionDeprecated.- Overrides:
skipin classFilterReader- Throws:
IOException
-
-