Package com.bea.xml.stream.reader
Class XmlReader.BaseReader
- java.lang.Object
-
- java.io.Reader
-
- com.bea.xml.stream.reader.XmlReader.BaseReader
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
,java.lang.Readable
- Enclosing class:
- XmlReader
public abstract static class XmlReader.BaseReader extends java.io.Reader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
close()
abstract java.lang.String
getEncoding()
boolean
ready()
-
-
-
Method Detail
-
getEncoding
public abstract java.lang.String getEncoding()
-
ready
public boolean ready() throws java.io.IOException
- Overrides:
ready
in classjava.io.Reader
- Throws:
java.io.IOException
-
close
public void close() throws java.io.IOException
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Specified by:
close
in interfacejava.io.Closeable
- Specified by:
close
in classjava.io.Reader
- Throws:
java.io.IOException
-
-