Esempio n. 1
0
 public override void setDecoder(Object decoder)
 {
     this.decoder = (EzyByteToObjectDecoder)decoder;
 }
 public EzySimpleSocketDataDecoder(Object decoder)
 {
     this.active  = true;
     this.queue   = new Queue <EzyMessage>();
     this.decoder = (EzyByteToObjectDecoder)decoder;
 }