org.apache.abdera.util.iri
Class Escaping.DecodingInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.ByteArrayInputStream
          extended by org.apache.abdera.util.iri.Escaping.DecodingInputStream
All Implemented Interfaces:
java.io.Closeable
Enclosing class:
Escaping

public static class Escaping.DecodingInputStream
extends java.io.ByteArrayInputStream


Field Summary
 
Fields inherited from class java.io.ByteArrayInputStream
buf, count, mark, pos
 
Method Summary
 int read()
           
 int read(byte[] b, int off, int len)
           
 
Methods inherited from class java.io.ByteArrayInputStream
available, close, mark, markSupported, reset, skip
 
Methods inherited from class java.io.InputStream
read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

read

public int read()
Overrides:
read in class java.io.ByteArrayInputStream

read

public int read(byte[] b,
                int off,
                int len)
Overrides:
read in class java.io.ByteArrayInputStream