J avolution v5.2 (J2SE 1.5+)

javolution.io
Class Struct.Unsigned16

java.lang.Object
  extended by javolution.io.Struct.Member
      extended by javolution.io.Struct.Unsigned16
Enclosing class:
Struct

public class Struct.Unsigned16
extends Struct.Member

This class represents a 16 bits unsigned integer.


Constructor Summary
Struct.Unsigned16()
           
Struct.Unsigned16(int nbrOfBits)
           
 
Method Summary
 int get()
           
 void set(int value)
           
 
Methods inherited from class javolution.io.Struct.Member
offset, position, struct
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Struct.Unsigned16

public Struct.Unsigned16()

Struct.Unsigned16

public Struct.Unsigned16(int nbrOfBits)
Method Detail

get

public int get()

set

public void set(int value)

J avolution v5.2 (J2SE 1.5+)

Copyright © 2005 - 2007 Javolution.