WriteData() protected method

protected WriteData ( byte buf, int offset, int len ) : void
buf byte
offset int
len int
return void
Esempio n. 1
0
 public override void Write(byte[] buf, int off, int len)
 {
     handler.WriteData(buf, off, len);
 }