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