Example #1
0
 /// <summary>
 /// Creates a new <seealso cref="SliceReader"/> on the given pool
 /// </summary>
 public SliceReader(IntBlockPool pool)
 {
     this.Pool = pool;
 }
Example #2
0
 public SliceWriter(IntBlockPool pool)
 {
     this.Pool = pool;
 }
Example #3
0
 public SliceWriter(IntBlockPool pool)
 {
     this.Pool = pool;
 }
Example #4
0
 /// <summary>
 /// Creates a new <seealso cref="SliceReader"/> on the given pool
 /// </summary>
 public SliceReader(IntBlockPool pool)
 {
     this.Pool = pool;
 }