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

        public FastEncoder()
        {
            inputWindow  = new FastEncoderWindow();
            currentMatch = new Match();
        }
Ejemplo n.º 3
0
 public FastEncoder() {
     inputWindow = new FastEncoderWindow();
     currentMatch = new Match();
 }