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