16-bit signed, little-endian
55
# File 'lib/steem/marshal.rb', line 55 def int16; BinData::Int16le.read(scan(2)); end