예제 #1
0
 public FastEncoder()
 {
     this.inputWindow  = new FastEncoderWindow();
     this.currentMatch = new Match();
 }
예제 #2
0
파일: FastEncoder.cs 프로젝트: supermax/TMS
        private readonly FastEncoderWindow inputWindow; // input history window

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