Class ReadLineInputStream

All Implemented Interfaces:
Closeable, AutoCloseable

@Deprecated(forRemoval=true) public class ReadLineInputStream extends BufferedInputStream
Deprecated, for removal: This API element is subject to removal in a future version.
ReadLineInputStream Read from an input stream, accepting CR/LF, LF or just CR.
  • Constructor Details

    • ReadLineInputStream

      public ReadLineInputStream(InputStream in)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • ReadLineInputStream

      public ReadLineInputStream(InputStream in, int size)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details