Пример #1
0
 private void m_Reset(CCITT4DecoderState state)
 {
     m_State            = state;
     m_CurrentValue     = 0;
     m_CurrentBitLength = 0;
 }
Пример #2
0
 private void Reset(CCITT4DecoderState state)
 {
     this.state       = state;
     currentValue     = 0;
     currentBitLength = 0;
 }