public static class UrlEncoding.DecodingReader
extends java.io.FilterReader
Constructor and Description |
---|
DecodingReader(byte[] buf) |
DecodingReader(byte[] buf,
java.lang.String enc) |
DecodingReader(java.io.InputStream in) |
DecodingReader(java.io.InputStream in,
java.lang.String enc) |
DecodingReader(java.io.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) |
public DecodingReader(byte[] buf) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
public DecodingReader(byte[] buf, java.lang.String enc) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
public DecodingReader(java.io.InputStream in) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
public DecodingReader(java.io.InputStream in, java.lang.String enc) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
public DecodingReader(java.io.Reader in)
public int read() throws java.io.IOException
read
in class java.io.FilterReader
java.io.IOException
public int read(char[] b, int off, int len) throws java.io.IOException
read
in class java.io.FilterReader
java.io.IOException
public int read(char[] b) throws java.io.IOException
read
in class java.io.Reader
java.io.IOException
public long skip(long n) throws java.io.IOException
skip
in class java.io.FilterReader
java.io.IOException
Copyright © 2010 - 2020 Adobe. All Rights Reserved