Example #1
0
 public TestHeader(TestFormat testFormat)
 {
     this.testFormat = testFormat;
 }
Example #2
0
 public TestEncoder(TestFormat testFormat)
 {
     this.testFormat = testFormat;
 }
Example #3
0
 public TestDecoder(TestFormat testFormat) => this.testFormat = testFormat;