javolution.io
Class Struct.Signed8

Object
  extended by Struct.Member
      extended by Struct.Signed8
Enclosing class:
Struct

public class Struct.Signed8
extends Struct.Member

This class represents a 8 bits signed integer.


Constructor Summary
Struct.Signed8()
           
Struct.Signed8(int nbrOfBits)
           
 
Method Summary
 byte get()
           
 void set(byte value)
           
 String toString()
           
 
Methods inherited from class Struct.Member
bitIndex, bitLength, offset, struct
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Struct.Signed8

public Struct.Signed8()

Struct.Signed8

public Struct.Signed8(int nbrOfBits)
Method Detail

get

public byte get()

set

public void set(byte value)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2012 Javolution. All Rights Reserved.