Package org.eclipse.jetty.util
Class ReadLineInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
java.io.BufferedInputStream
org.eclipse.jetty.util.ReadLineInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
Deprecated.
ReadLineInputStream
Read from an input stream, accepting CR/LF, LF or just CR.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.BufferedInputStream
available, close, mark, markSupported, reset, skip, transferTo
Methods inherited from class java.io.FilterInputStream
read
Methods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes
-
Constructor Details
-
ReadLineInputStream
Deprecated. -
ReadLineInputStream
Deprecated.
-
-
Method Details
-
getLineTerminations
Deprecated. -
readLine
Deprecated.- Throws:
IOException
-
read
Deprecated.- Overrides:
read
in classBufferedInputStream
- Throws:
IOException
-
read
Deprecated.- Overrides:
read
in classBufferedInputStream
- Throws:
IOException
-