? CharSequenceInputStream

java.lang.Object
java.io.InputStream
org.apache.commons.io.input.CharSequenceInputStream
????????:
Closeable, AutoCloseable

InputStream implementation that can read from String, StringBuffer, StringBuilder or CharBuffer.

Note: Supports mark(int) and reset().

???????:
2.2