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