Class ReaderInputStream

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class ReaderInputStream
    extends InputStream
    This class convert Reader to InputStream. It works by converting the characters to the encoding specified in constructor parameter.
    Author:
    Petr Hamernik, David Strupl