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