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, 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.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Deprecated, for removal: This API element is subject to removal in a future version. -
Field Summary
Fields inherited from class java.io.FilterInputStream
in
-
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.ReadLineInputStream
(InputStream in, int size) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.int
read()
Deprecated, for removal: This API element is subject to removal in a future version.int
read
(byte[] buf, int off, int len) Deprecated, for removal: This API element is subject to removal in a future version.readLine()
Deprecated, for removal: This API element is subject to removal in a future version.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, skipNBytes, transferTo
-
Constructor Details
-
ReadLineInputStream
Deprecated, for removal: This API element is subject to removal in a future version. -
ReadLineInputStream
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getLineTerminations
Deprecated, for removal: This API element is subject to removal in a future version. -
readLine
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-
read
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
read
in classBufferedInputStream
- Throws:
IOException
-
read
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
read
in classBufferedInputStream
- Throws:
IOException
-