Package org.unbescape.xml
Class XmlEscape.InternalStringReader
java.lang.Object
java.io.Reader
org.unbescape.xml.XmlEscape.InternalStringReader
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Readable
- Enclosing class:
XmlEscape
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.Reader
mark, markSupported, nullReader, read, read, ready, reset, skip, transferTo
-
Field Details
-
str
-
length
private int length -
next
private int next
-
-
Constructor Details
-
InternalStringReader
-
-
Method Details
-
read
- Overrides:
read
in classReader
- Throws:
IOException
-
read
- Specified by:
read
in classReader
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in classReader
- Throws:
IOException
-