J avolution v5.5 (J2SE 1.6+)

javolution.io
Class Struct.Signed64

java.lang.Object
  extended by javolution.io.Struct.Member
      extended by javolution.io.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)
           
 java.lang.String toString()
           
 
Methods inherited from class javolution.io.Struct.Member
bitIndex, bitLength, offset, struct
 
Methods inherited from class java.lang.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 java.lang.String toString()
Overrides:
toString in class java.lang.Object

J avolution v5.5 (J2SE 1.6+)

Copyright © 2005 - 2009 Javolution.