Class: Bytepack::ULong

Inherits:
IntegerType show all
Defined in:
lib/bytepack/basic/fixed_size/integer_type/u_long.rb

Overview

Unsigned

Constant Summary collapse

DIRECTIVE =
'Q>'
LENGTH =
8
NULL_INDICATOR =

NULL indicator for object type serializations

0

Method Summary

Methods inherited from FixedSize

pack, unpack

Methods inherited from Basic

bytesToInt, intToBytes, preprocess

Methods inherited from Struct

classifyDataType, config, packingDataType, single_type_array?, testpacking