Example #1
0
 public int append(PicoBuffer buff)
 {
     return(PicoDLL.buffer_append_buffer(handle, buff.getIntPtr()));
 }