Class: Hx::Interop::StreamReader
- Inherits:
-
StreamAdapter
- Object
- StreamAdapter
- Hx::Interop::StreamReader
- Includes:
- Reader
- Defined in:
- lib/interop/stream_reader.rb
Overview
Reads messages from a stream (e.g. STDIN)
Constant Summary collapse
- NEWLINES =
Acceptable line terminators
Set.new(%W[\n \r\n]).freeze
Method Summary
Methods included from Reader
Methods inherited from StreamAdapter
Constructor Details
This class inherits a constructor from Hx::Interop::StreamAdapter