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