final classInputStreamSession extends Callable[Option[Record]]
An InputStreamSession takes a readable channel, a file path, or
an input stream, creates a StreamMessageReader to read
Messages from the stream, creates a RecordReader
to parse the messages into Records, and wraps the
RecordReader's call() method.
An InputStreamSession takes a readable channel, a file path, or an input stream, creates a StreamMessageReader to read Messages from the stream, creates a RecordReader to parse the messages into Records, and wraps the RecordReader's
call()method.