class StructFu::Int32le

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

Public Class Methods

new(v=nil, e=:little) click to toggle source
Calls superclass method StructFu::Int32::new
# File lib/packetfu/structfu.rb, line 162
def initialize(v=nil, e=:little)
  super(v,e)
end