com.bea.xml.stream.reader

Class XmlReader.BaseReader

Enclosing Class:
XmlReader

public static abstract class XmlReader.BaseReader
extends Reader

Field Summary

protected byte[]
buffer
protected int
finish
protected InputStream
instream
protected int
start

Method Summary

void
close()
abstract String
getEncoding()
boolean
ready()

Field Details

buffer

protected byte[] buffer

finish

protected int finish

instream

protected InputStream instream

start

protected int start

Method Details

close

public void close()
            throws IOException

getEncoding

public abstract String getEncoding()

ready

public boolean ready()
            throws IOException