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