Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.2
-
None
-
None
Description
DotTerminatedMessageReader is a line oriented reader, yet does not extend BufferedReader.
This means that frequently it needs to be wrapped in a BufferedReader.
Also, it currently has to mess about with adding line endings so that the enclosing BufferedReader will work OK.
This potentially changes the original input stream more than necessary.