Int32le is a four byte value in little-endian format. The endianness cannot be altered.

Methods
N
Class Public methods
new(v=nil, e=:little)
# File lib/packetfu/structfu.rb, line 162
                def initialize(v=nil, e=:little)
                        super(v,e)
                end