Class: ADSP::Test::Mock::Stream::Reader

Inherits:
Stream::Reader show all
Defined in:
lib/adsp/test/mock/stream/reader.rb

Overview

ADSP::Test::Mock::Stream::Reader class.

Constant Summary collapse

RawDecompressor =
Mock::Stream::Raw::Decompressor

Constants inherited from Stream::Reader

Stream::Reader::DEFAULT_SOURCE_BUFFER_LENGTH

Constants included from Stream::Delegates

Stream::Delegates::DELEGATES

Instance Attribute Summary

Attributes inherited from Stream::Reader

#lineno

Attributes inherited from Stream::Abstract

#external_encoding, #internal_encoding, #io, #pos, #stat, #transcode_options

Method Summary

Methods inherited from Stream::Reader

#close, #eof?, #initialize, #read, #read_nonblock, #readpartial, #rewind

Methods included from Stream::ReaderHelpers

#each_byte, #each_char, #each_line, #getbyte, #getc, #gets, included, #readbyte, #readchar, #readline, #readlines, #ungetbyte, #ungetc, #ungetline

Methods inherited from Stream::Abstract

#advise, #close, #closed?, #initialize, #rewind, #set_encoding, #to_io

Methods included from Stream::Delegates

included

Constructor Details

This class inherits a constructor from ADSP::Stream::Reader