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
Nested ClassesModifier and TypeClassDescriptionstatic enumDeprecated, 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
ConstructorsConstructorDescriptionDeprecated, 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.intread()Deprecated, for removal: This API element is subject to removal in a future version.intread(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, skipMethods inherited from class java.io.FilterInputStream
readMethods 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:
readin classBufferedInputStream- Throws:
IOException
-
read
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
readin classBufferedInputStream- Throws:
IOException
-