org.apache.abdera.i18n.text
Class UrlEncoding.DecodingInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.apache.abdera.i18n.text.UrlEncoding.DecodingInputStream
- All Implemented Interfaces:
- Closeable
- Enclosing class:
- UrlEncoding
public static class UrlEncoding.DecodingInputStream
- extends FilterInputStream
Method Summary |
int |
read()
|
int |
read(byte[] b)
|
int |
read(byte[] b,
int off,
int len)
|
long |
skip(long n)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UrlEncoding.DecodingInputStream
public UrlEncoding.DecodingInputStream(InputStream in)
UrlEncoding.DecodingInputStream
public UrlEncoding.DecodingInputStream(byte[] in)
read
public int read()
throws IOException
- Overrides:
read
in class FilterInputStream
- Throws:
IOException
read
public int read(byte[] b,
int off,
int len)
throws IOException
- Overrides:
read
in class FilterInputStream
- Throws:
IOException
read
public int read(byte[] b)
throws IOException
- Overrides:
read
in class FilterInputStream
- Throws:
IOException
skip
public long skip(long n)
throws IOException
- Overrides:
skip
in class FilterInputStream
- Throws:
IOException
Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.