J avolution v5.4 (J2SE 1.6+)

javolution.io
Class Struct.Signed32

java.lang.Object
  extended by javolution.io.Struct.Member
      extended by javolution.io.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)
           
 java.lang.String toString()
           
 
Methods inherited from class javolution.io.Struct.Member
bitOffset, bitSize, struct
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

J avolution v5.4 (J2SE 1.6+)

Copyright © 2005 - 2009 Javolution.