public class PercentEncodingInputStream extends FilterInputStream
in
Constructor and Description |
---|
PercentEncodingInputStream(InputStream in) |
Modifier and Type | Method and Description |
---|---|
int |
available() |
int |
read() |
int |
read(byte[] buf,
int off,
int len) |
long |
skip(long n) |
close, mark, markSupported, read, reset
public PercentEncodingInputStream(InputStream in)
public int read() throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] buf, int off, int len) throws IOException
read
in class FilterInputStream
IOException
public long skip(long n) throws IOException
skip
in class FilterInputStream
IOException
public int available()
available
in class FilterInputStream
Copyright © 2018 Arno Unkrig. All rights reserved.