public static class UrlEncoding.DecodingInputStream extends FilterInputStream
| Constructor and Description |
|---|
DecodingInputStream(byte[] in) |
DecodingInputStream(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
long |
skip(long n) |
available, close, mark, markSupported, resetpublic DecodingInputStream(InputStream in)
public DecodingInputStream(byte[] in)
public int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class FilterInputStreamIOExceptionpublic long skip(long n)
throws IOException
skip in class FilterInputStreamIOExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved