public static class LineInputStream extends Object
DataInputStream.readLine()
. Expected use is to read
lines as String objects from a RFC822 stream.
It is implemented as a FilterInputStream, so one can just wrap
this class around any input stream and read bytes from this filter.Copyright © 2018 Oracle. All rights reserved.