/// <summary> /// Creates a new <seealso cref="SliceReader"/> on the given pool /// </summary> public SliceReader(IntBlockPool pool) { this.Pool = pool; }
public SliceWriter(IntBlockPool pool) { this.Pool = pool; }