eap.freeciv
Class WorkList

java.lang.Object
  extended byeap.freeciv.WorkList

public class WorkList
extends Object

This is a special data structure used in the Freeciv packets.


Constructor Summary
WorkList()
           
 
Method Summary
 void read(PacketSource source)
           
 int size()
           
 void write(OutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkList

public WorkList()
Method Detail

read

public void read(PacketSource source)
          throws IOException
Throws:
IOException

write

public void write(OutputStream out)
           throws IOException
Throws:
IOException

size

public int size()