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