Package org.jsoup.internal
Class SimpleStreamReader
java.lang.Object
java.io.Reader
org.jsoup.internal.SimpleStreamReader
- All Implemented Interfaces:
-
Closeable
,AutoCloseable
,Readable
A simple decoding InputStreamReader that recycles internal buffers.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.Reader
mark, markSupported, nullReader, read, read, read, ready, reset, skip, transferTo
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Method Details
-
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
-