Method: LibBin::Structure::Int64_BE.convert
- Defined in:
- lib/libbin/data_types.rb
.convert(input, output, input_big = LibBin::default_big?, output_big = !input_big, parent = nil, index = nil, length = nil) ⇒ Numeric+
Convert a field of class LibBin::Structure::Int64_BE by loading it from input and dumping it to output. Returns the loaded field.
|
|
# File 'lib/libbin/data_types.rb', line 3
|