org.abora.white.rcvr
Class Rcvr

java.lang.Object
  |
  +--org.abora.white.xpp.basic.Heaper
        |
        +--org.abora.white.rcvr.Rcvr
Direct Known Subclasses:
SpecialistRcvr

public abstract class Rcvr
extends Heaper


Constructor Summary
Rcvr()
           
 
Method Summary
 int actualHashForEqual()
          Defined by subclasses to produce the value returned by hashForEqual.
 boolean isEqual(Heaper other)
          Return true if the two objects are equal.
abstract  boolean receiveBooleanVar()
           
abstract  void receiveData(UInt8Array array)
          Fill the array with data from the stream.
abstract  Heaper receiveHeaper()
           
abstract  double receiveIEEEDoubleVar()
           
abstract  int receiveInt32()
           
abstract  byte receiveInt8()
           
abstract  IntegerValue receiveIntegerVar()
           
abstract  void receiveInto(Heaper memory)
          Receive an object into another object.
abstract  java.lang.String receiveString()
           
abstract  int receiveUInt32()
           
abstract  byte receiveUInt8()
           
 
Methods inherited from class org.abora.white.xpp.basic.Heaper
destroy, destruct, equals, hashForEqual, printContentsOn, printOn, sendSelfTo, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Rcvr

public Rcvr()
Method Detail

receiveBooleanVar

public abstract boolean receiveBooleanVar()

receiveData

public abstract void receiveData(UInt8Array array)
Fill the array with data from the stream.


receiveHeaper

public abstract Heaper receiveHeaper()

receiveIEEEDoubleVar

public abstract double receiveIEEEDoubleVar()

receiveInt32

public abstract int receiveInt32()

receiveInt8

public abstract byte receiveInt8()

receiveIntegerVar

public abstract IntegerValue receiveIntegerVar()

receiveInto

public abstract void receiveInto(Heaper memory)
Receive an object into another object.


receiveString

public abstract java.lang.String receiveString()

receiveUInt32

public abstract int receiveUInt32()

receiveUInt8

public abstract byte receiveUInt8()

actualHashForEqual

public int actualHashForEqual()
Description copied from class: Heaper
Defined by subclasses to produce the value returned by hashForEqual.

Overrides:
actualHashForEqual in class Heaper

isEqual

public boolean isEqual(Heaper other)
Description copied from class: Heaper
Return true if the two objects are equal.

Specified by:
isEqual in class Heaper


Copyright © 2003 David G Jones. All Rights Reserved.
Original Udanax-Gold - Copyright © 1979-1999 Udanax.com. All rights reserved.