Sha256: 86e288de7f30a0136f04116baf534d09549efc9111cbc4c83df8d96eff7f1ff6

Contents?: true

Size: 165 Bytes

Versions: 1

Compression:

Stored size: 165 Bytes

Contents

module Bytepack
  class Short < IntegerType
    DIRECTIVE = 's>'
    LENGTH = 2
    NULL_INDICATOR = -32768 # NULL indicator for object type serializations
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bytepack-0.0.1 lib/bytepack/basic/fixed_size/integer_type/short.rb