com.atlassian.jira.util
Class XmlReader.Utf8Reader

java.lang.Object
  extended by java.io.Reader
      extended by com.atlassian.jira.util.XmlReader.BaseReader
          extended by com.atlassian.jira.util.XmlReader.Utf8Reader
All Implemented Interfaces:
Closeable, Readable
Enclosing class:
XmlReader

static final class XmlReader.Utf8Reader
extends XmlReader.BaseReader


Field Summary
 
Fields inherited from class com.atlassian.jira.util.XmlReader.BaseReader
buffer, finish, instream, start
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
XmlReader.Utf8Reader(InputStream stream)
           
 
Method Summary
 int read(char[] buf, int offset, int len)
           
 
Methods inherited from class com.atlassian.jira.util.XmlReader.BaseReader
close, ready
 
Methods inherited from class java.io.Reader
mark, markSupported, read, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlReader.Utf8Reader

XmlReader.Utf8Reader(InputStream stream)
Method Detail

read

public int read(char[] buf,
                int offset,
                int len)
         throws IOException
Specified by:
read in class Reader
Throws:
IOException


Copyright © 2002-2007 Atlassian. All Rights Reserved.