public WindowDecoder(Stream input, Stream output)
 {
     this.input  = input;
     this.output = output;
     this.codeTable = CodeTable.Default;
 }
Beispiel #2
0
 public WindowDecoder(Stream input, Stream output)
 {
     this.input  = input;
     this.output = output;
     codeTable   = CodeTable.Default;
 }