Пример #1
0
 public PicoBuffer(int block_size)
 {
     handle = PicoDLL.buffer_new(block_size);
 }