superwaba.ext.xplat.sync
Class RemoteCatalogRecord

java.lang.Object
  |
  +--superwaba.ext.xplat.sync.RemoteCatalogRecord

public abstract class RemoteCatalogRecord
extends java.lang.Object

This class represent a Remote Catalog Record.


Field Summary
protected  RemoteCatalog rc
           
protected  int size
           
 
Constructor Summary
RemoteCatalogRecord()
           
 
Method Summary
protected abstract  void read(DataStream ds)
           
protected abstract  void write(DataStream ds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rc

protected RemoteCatalog rc

size

protected int size
Constructor Detail

RemoteCatalogRecord

public RemoteCatalogRecord()
Method Detail

write

protected abstract void write(DataStream ds)

read

protected abstract void read(DataStream ds)