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

java.lang.Object
  extended by java.io.Reader
      extended by java.io.InputStreamReader
          extended by org.apache.abdera.util.iri.Escaping.DecodingReader
All Implemented Interfaces:
java.io.Closeable, java.lang.Readable
Enclosing class:
Escaping

public static class Escaping.DecodingReader
extends java.io.InputStreamReader


Field Summary
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
Escaping.DecodingReader(byte[] buf)
           
Escaping.DecodingReader(byte[] buf, java.lang.String encoding)
           
 
Method Summary
 
Methods inherited from class java.io.InputStreamReader
close, getEncoding, read, read, ready
 
Methods inherited from class java.io.Reader
mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Escaping.DecodingReader

public Escaping.DecodingReader(byte[] buf)

Escaping.DecodingReader

public Escaping.DecodingReader(byte[] buf,
                               java.lang.String encoding)
                        throws java.io.UnsupportedEncodingException
Throws:
java.io.UnsupportedEncodingException