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