Package com.styra.opa.openapi.utils
Class EventStreamLineReader
java.lang.Object
java.io.Reader
com.styra.opa.openapi.utils.EventStreamLineReader
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Readable
Converts CR-LF, LF, CR to LF
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.Reader
mark, markSupported, nullReader, read, read, ready, reset, skip, transferTo
-
Constructor Details
-
EventStreamLineReader
-
-
Method Details
-
read
- Overrides:
read
in classReader
- Throws:
IOException
-
read
- Specified by:
read
in classReader
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in classReader
- Throws:
IOException
-