com.atlassian.jira.util
Class XmlReader.Iso8859_1Reader

java.lang.Object
  extended byjava.io.Reader
      extended bycom.atlassian.jira.util.XmlReader.BaseReader
          extended bycom.atlassian.jira.util.XmlReader.Iso8859_1Reader
Enclosing class:
XmlReader

static final class XmlReader.Iso8859_1Reader
extends XmlReader.BaseReader


Field Summary
protected  byte[] buffer
           
protected  int finish
           
protected  InputStream instream
           
protected  int start
           
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
(package private) XmlReader.Iso8859_1Reader(InputStream in)
           
 
Method Summary
 void close()
           
 int read(char[] buf, int offset, int len)
           
 boolean 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
 

Field Detail

instream

protected InputStream instream

buffer

protected byte[] buffer

start

protected int start

finish

protected int finish
Constructor Detail

XmlReader.Iso8859_1Reader

XmlReader.Iso8859_1Reader(InputStream in)
Method Detail

read

public int read(char[] buf,
                int offset,
                int len)
         throws IOException
Throws:
IOException

ready

public boolean ready()
              throws IOException
Throws:
IOException

close

public void close()
           throws IOException
Throws:
IOException


Copyright © 2002-2006 Atlassian. All Rights Reserved.