Method: BinData::Buffer#raw_num_bytes

Defined in:
lib/bindata/buffer.rb

#raw_num_bytesObject

The number of bytes used, ignoring the padding imposed by the buffer.



67
68
69
# File 'lib/bindata/buffer.rb', line 67

def raw_num_bytes
  @type.num_bytes
end