Package utils

Class ReaderInputStream

java.lang.Object
java.io.InputStream
utils.ReaderInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class ReaderInputStream extends InputStream
This class is the opposite of java.io.InputStreamReader: it provides a bridge from (new) character streams (Reader) to (old) byte streams (InputStream). It reads characters and converts them into bytes.
Author:
Dirk Moebius