J avolution v5.3 (J2SE 1.5+)

javolution.io
Class Struct.Signed16

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

public class Struct.Signed16
extends Struct.Member

This class represents a 16 bits signed integer.


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

Constructor Detail

Struct.Signed16

public Struct.Signed16()

Struct.Signed16

public Struct.Signed16(int nbrOfBits)
Method Detail

get

public short get()

set

public void set(short value)

toString

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

J avolution v5.3 (J2SE 1.5+)

Copyright © 2005 - 2009 Javolution.