Exemple #1
0
 public FastEncoder()
 {
     this.inputWindow  = new FastEncoderWindow();
     this.currentMatch = new Match();
 }
Exemple #2
0
        private readonly FastEncoderWindow inputWindow; // input history window

        public FastEncoder()
        {
            inputWindow  = new FastEncoderWindow();
            currentMatch = new Match();
        }
Exemple #3
0
 public FastEncoder() {
     inputWindow = new FastEncoderWindow();
     currentMatch = new Match();
 }