Class: Hx::Interop::StreamReader

Inherits:
StreamAdapter show all
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

new, #read, #read_all

Methods inherited from StreamAdapter

#initialize

Constructor Details

This class inherits a constructor from Hx::Interop::StreamAdapter