com.atlassian.jira.util
Class XmlReader.BaseReader

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

abstract static class XmlReader.BaseReader
extends Reader


Field Summary
protected  byte[] buffer
           
protected  int finish
           
protected  InputStream instream
           
protected  int start
           
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
XmlReader.BaseReader(InputStream stream)
           
 
Method Summary
 void close()
           
 boolean ready()
           
 
Methods inherited from class java.io.Reader
mark, markSupported, read, read, 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.BaseReader

XmlReader.BaseReader(InputStream stream)
Method Detail

ready

public boolean ready()
              throws IOException
Overrides:
ready in class Reader
Throws:
IOException

close

public void close()
           throws IOException
Specified by:
close in interface Closeable
Specified by:
close in class Reader
Throws:
IOException


Copyright © 2002-2007 Atlassian. All Rights Reserved.