net.barkerjr.gameserver
Class SequenceDvo

java.lang.Object
  extended by net.barkerjr.gameserver.SequenceDvo

public class SequenceDvo
extends Object

A simple structure to contain data about the packet sequence

Since:
2007-10-25
Author:
BarkerJr

Field Summary
 int current
          The packet number on the current packet
 int total
          The total number of packets in this response
 
Constructor Summary
SequenceDvo()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

current

public int current
The packet number on the current packet

Since:
2007-10-25

total

public int total
The total number of packets in this response

Since:
2007-10-25
Constructor Detail

SequenceDvo

public SequenceDvo()
Method Detail

toString

public String toString()
Overrides:
toString in class Object
Since:
2007-11-28