Class ReaderInputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    @Deprecated
    public class ReaderInputStream
    extends ReaderInputStream
    Deprecated.
    Should not be used anymore.
    Exposes a Reader as an InputStream.
    • Constructor Summary

      Constructors 
      Constructor Description
      ReaderInputStream​(java.io.Reader reader)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      int read()
      Deprecated.
       
      • Methods inherited from class java.io.InputStream

        available, close, mark, markSupported, nullInputStream, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, transferTo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReaderInputStream

        public ReaderInputStream​(java.io.Reader reader)
        Deprecated.
    • Method Detail

      • read

        public int read()
                 throws java.io.IOException
        Deprecated.
        Overrides:
        read in class ReaderInputStream
        Throws:
        java.io.IOException