Provides functionality for writing primitive binary data.
Ejemplo n.º 1
0
 public IOClient(Connection s)
 {
     this.connection = s;
     this.connectedAt = Server.CurrentTimeMillis();
     this.mm_stream = new PacketWriter(255);
     this.castHandler = new CastHandler(this, handler);
     this.combatHandler = new CombatHandler2(this, handler);
     //    IOHostList.add(connectedFrom);
 }
Ejemplo n.º 2
0
 public IOClient(Connection s)
 {
     this.connection    = s;
     this.connectedAt   = Server.CurrentTimeMillis();
     this.mm_stream     = new PacketWriter(255);
     this.castHandler   = new CastHandler(this, handler);
     this.combatHandler = new CombatHandler2(this, handler);
     //    IOHostList.add(connectedFrom);
 }