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.



193
194
195
# File 'lib/bindata/io.rb', line 193

def offset
  offset_raw
end