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