Class ReaderInputStream

java.lang.Object
java.io.InputStream
org.apache.tools.ant.util.ReaderInputStream
All Implemented Interfaces:
Closeable, AutoCloseable
Direct Known Subclasses:
StringInputStream

public class ReaderInputStream extends InputStream
Adapts a Reader as an InputStream.

This is a stripped down version of org.apache.commons.io.input.ReaderInputStream of Apache Commons IO 2.7.