Class: Bytepack::Integer

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

Constant Summary collapse

DIRECTIVE =
'l>'
LENGTH =
4
NULL_INDICATOR =

NULL indicator for object type serializations

-2147483648 # NULL indicator for object type serializations

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