public static class UrlEncoding.DecodingReader extends FilterReader
| Constructor and Description |
|---|
DecodingReader(byte[] buf) |
DecodingReader(byte[] buf,
String enc) |
DecodingReader(InputStream in) |
DecodingReader(InputStream in,
String enc) |
DecodingReader(Reader in) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(char[] b) |
int |
read(char[] b,
int off,
int len) |
long |
skip(long n) |
close, mark, markSupported, ready, resetpublic DecodingReader(byte[] buf)
throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic DecodingReader(byte[] buf,
String enc)
throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic DecodingReader(InputStream in) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic DecodingReader(InputStream in, String enc) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic DecodingReader(Reader in)
public int read()
throws IOException
read in class FilterReaderIOExceptionpublic int read(char[] b,
int off,
int len)
throws IOException
read in class FilterReaderIOExceptionpublic int read(char[] b)
throws IOException
read in class ReaderIOExceptionpublic long skip(long n)
throws IOException
skip in class FilterReaderIOExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved