Class: Cosmos::BurstStreamProtocol

Inherits:
StreamProtocol show all
Defined in:
lib/cosmos/streams/burst_stream_protocol.rb

Overview

Reads all data available in the stream and creates a packet with that data.

Instance Attribute Summary

Attributes inherited from StreamProtocol

#bytes_read, #bytes_written, #interface, #post_read_data_callback, #post_read_packet_callback, #post_write_data_callback, #pre_write_packet_callback, #stream

Method Summary

Methods inherited from StreamProtocol

#connect, #connected?, #disconnect, #initialize, #post_read_data, #post_read_packet, #post_write_data, #pre_write_packet, #read, #write, #write_raw

Constructor Details

This class inherits a constructor from Cosmos::StreamProtocol