Class ReaderInputStream

java.lang.Object
java.io.InputStream
org.miaixz.bus.core.io.stream.ReaderInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class ReaderInputStream extends InputStream
Reader作为InputStream使用的实现。 参考:Apache Commons IO
Since:
Java 17+
Author:
Kimi Liu