Method: BinData::IO::Read#offset

Defined in:
lib/bindata/io.rb

#offsetObject

Returns the current offset of the io stream. Offset will be rounded up when reading bitfields.



261
262
263
# File 'lib/bindata/io.rb', line 261

def offset
  offset_raw
end