# File lib/facet/binaryreader.rb, line 132 def read_int32_big # swap bytes if native=little (but we want big) ru_swap(4, 'l', ByteOrder::Little) end