javolution.io
Class Struct.Signed64

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

public class Struct.Signed64
extends Struct.Member

This class represents a 64 bits signed integer.


Constructor Summary
Struct.Signed64()
           
Struct.Signed64(int nbrOfBits)
           
 
Method Summary
 long get()
           
 void set(long 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.Signed64

public Struct.Signed64()

Struct.Signed64

public Struct.Signed64(int nbrOfBits)
Method Detail

get

public long get()

set

public void set(long value)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2012 Javolution. All Rights Reserved.