# File lib/facets/more/binaryreader.rb, line 146
  def read_int32_little
    # swap bytes if native=big (but we want little)
    ru_swap(4, 'l', ByteOrder::Big) 
  end