Method: BinData::IO::Read::UnSeekableStream#offset
- Defined in:
- lib/bindata/io.rb
#offset ⇒ Object
Returns the current offset of the io stream. Offset will be rounded up when reading bitfields.
227 228 229 |
# File 'lib/bindata/io.rb', line 227 def offset @read_count ||= 0 end |