Class ReadLineInputStream

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

    @Deprecated
    public class ReadLineInputStream
    extends java.io.BufferedInputStream
    Deprecated.
    ReadLineInputStream Read from an input stream, accepting CR/LF, LF or just CR.
    • Constructor Summary

      Constructors 
      Constructor Description
      ReadLineInputStream​(java.io.InputStream in)
      Deprecated.
       
      ReadLineInputStream​(java.io.InputStream in, int size)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.util.EnumSet<ReadLineInputStream.Termination> getLineTerminations()
      Deprecated.
       
      int read()
      Deprecated.
       
      int read​(byte[] buf, int off, int len)
      Deprecated.
       
      java.lang.String readLine()
      Deprecated.
       
      • Methods inherited from class java.io.BufferedInputStream

        available, close, mark, markSupported, reset, skip
      • Methods inherited from class java.io.FilterInputStream

        read
      • Methods inherited from class java.io.InputStream

        nullInputStream, readAllBytes, readNBytes, readNBytes, transferTo
      • Methods inherited from class java.lang.Object

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

      • ReadLineInputStream

        public ReadLineInputStream​(java.io.InputStream in)
        Deprecated.
      • ReadLineInputStream

        public ReadLineInputStream​(java.io.InputStream in,
                                   int size)
        Deprecated.
    • Method Detail

      • readLine

        public java.lang.String readLine()
                                  throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • read

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

        public int read​(byte[] buf,
                        int off,
                        int len)
                 throws java.io.IOException
        Deprecated.
        Overrides:
        read in class java.io.BufferedInputStream
        Throws:
        java.io.IOException