JADE v6.1

com.dautelle.util
Class Struct.Signed32

java.lang.Object
  extended bycom.dautelle.util.Struct.Member
      extended bycom.dautelle.util.Struct.Signed32
Enclosing class:
Struct

public class Struct.Signed32
extends Struct.Member

This class represents a 32 bits signed integer.


Constructor Summary
Struct.Signed32()
           
Struct.Signed32(int nbrOfBits)
           
 
Method Summary
 int get()
           
 void set(int value)
           
 
Methods inherited from class com.dautelle.util.Struct.Member
offset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Struct.Signed32

public Struct.Signed32()

Struct.Signed32

public Struct.Signed32(int nbrOfBits)
Method Detail

get

public int get()

set

public void set(int value)

JADE v6.1

Copyright © 2004 Jean-Marie Dautelle.