示例#1
0
 public ReferenceTestPatternBuffer(uint bufferSize, IReferenceTestInstantiator instantiator)
 {
     this.bytes        = new byte[bufferSize];
     this.instantiator = instantiator;
 }
示例#2
0
 public ReferenceTestPatternBuffer(IReferenceTestInstantiator instantiator) : this(4096, instantiator)
 {
 }