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