Class: BinStruct::SInt64be

Inherits:
SInt64 show all
Defined in:
lib/bin_struct/int.rb

Overview

Big endian 8-byte signed integer

Author:

  • Sylvain Daubert (2016-2024)

Instance Attribute Summary

Attributes inherited from Int

#default, #endian, #value, #width

Method Summary

Methods inherited from SInt64

#initialize

Methods inherited from Int64

#initialize

Methods inherited from Int

#format_inspect, #from_human, #initialize, #nbits, #read, #sz, #to_f, #to_i, #to_s

Methods included from Structable

#format_inspect, #read, #sz, #to_human, #to_s, #type_name

Constructor Details

This class inherits a constructor from BinStruct::SInt64