示例#1
0
 public IBuffer Append(IInputStream data)
 {
     return(Append(data.GetBuffer(), 0, (int)data.Length));
 }