Module: BinData::IO::Read::SeekableStream
- Defined in:
- lib/binproxy/bd_util.rb
Overview
Need this for positioning underlying IO, which we use to avoid altering BD::IO state (i.e. bits read) TODO find a less hacky way to do all this
Instance Attribute Summary collapse
-
#initial_pos ⇒ Object
readonly
Returns the value of attribute initial_pos.
Instance Attribute Details
#initial_pos ⇒ Object (readonly)
Returns the value of attribute initial_pos.
213 214 215 |
# File 'lib/binproxy/bd_util.rb', line 213 def initial_pos @initial_pos end |