Class: StructFu::Int64be

Inherits:
Int64 show all
Defined in:
lib/packetfu/structfu.rb

Overview

Int64be is a eight byte value in big-endian format. The endianness cannot be altered.

Instance Attribute Summary

Attributes inherited from Int

#default, #endian, #value, #width

Method Summary

Methods inherited from Int64

#initialize, #to_s

Methods inherited from Int

#initialize, #read, #to_f, #to_i, #to_s

Methods inherited from Struct

#force_binary

Constructor Details

This class inherits a constructor from StructFu::Int64