Package com.rometools.rome.io.impl
Class XmlFixerReader
- java.lang.Object
-
- java.io.Reader
-
- com.rometools.rome.io.impl.XmlFixerReader
-
- All Implemented Interfaces:
Closeable,AutoCloseable,Readable
public class XmlFixerReader extends Reader
-
-
Constructor Summary
Constructors Constructor Description XmlFixerReader(Reader in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidmark(int readAheadLimit)booleanmarkSupported()StringprocessHtmlEntities(String s)intread()intread(char[] buffer, int offset, int len)booleanready()voidreset()longskip(long n)-
Methods inherited from class java.io.Reader
nullReader, read, read, transferTo
-
-
-
-
Field Detail
-
in
protected Reader in
-
-
Constructor Detail
-
XmlFixerReader
public XmlFixerReader(Reader in)
-
-
Method Detail
-
read
public int read() throws IOException- Overrides:
readin classReader- Throws:
IOException
-
read
public int read(char[] buffer, int offset, int len) throws IOException- Specified by:
readin classReader- Throws:
IOException
-
skip
public long skip(long n) throws IOException- Overrides:
skipin classReader- Throws:
IOException
-
ready
public boolean ready() throws IOException- Overrides:
readyin classReader- Throws:
IOException
-
markSupported
public boolean markSupported()
- Overrides:
markSupportedin classReader
-
mark
public void mark(int readAheadLimit) throws IOException- Overrides:
markin classReader- Throws:
IOException
-
reset
public void reset() throws IOException- Overrides:
resetin classReader- Throws:
IOException
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein classReader- Throws:
IOException
-
-