# File lib/facet/binaryreader.rb, line 100 def read_int16_big # swap bytes if native=little (but we want big) ru_swap(2, 's', ByteOrder::Little) end