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