class Helpers::BaseStreamView
Abstract view of a stream
Attributes
start_pos[R]
stream[R]
Public Class Methods
new(stream, start_pos)
click to toggle source
# File lib/file_data/helpers/stream_view.rb, line 12 def initialize(stream, start_pos) @stream = stream @start_pos = start_pos end