示例#1
0
 /// <summary>
 /// Creates a new <see cref="SliceReader"/> on the given pool.
 /// </summary>
 public SliceReader(Int32BlockPool pool)
 {
     this.pool = pool;
 }
示例#2
0
 public SliceWriter(Int32BlockPool pool)
 {
     this.pool = pool;
 }