Class: RubyVolt::DataType::Null

Inherits:
Byte show all
Defined in:
lib/ruby_volt/data_type/basic/fixed_size/null.rb

Constant Summary

Constants inherited from Byte

Byte::DIRECTIVE, Byte::LENGTH, Byte::NULL_INDICATOR

Class Method Summary collapse

Methods inherited from FixedSize

unpack

Methods inherited from Basic

bytesToInt, intToBytes

Methods inherited from RubyVolt::DataType

classifyDataType, testpacking, voltDataType

Class Method Details

.packObject



6
7
8
# File 'lib/ruby_volt/data_type/basic/fixed_size/null.rb', line 6

def pack(*)
  super(Byte::NULL_INDICATOR)
end