Example #1
0
 public void copyFrom(PacketBuffer other)
 {
     this.bytes  = other.bytes;
     this.stream = other.stream;
     this.frame  = other.frame;
 }