コード例 #1
0
 protected override int GetBitCountInCharCountIndicator(int version)
 {
     return(CharCountIndicatorTable.GetBitCountInCharCountIndicator(Mode.Numeric, version));
 }
コード例 #2
0
ファイル: EightBitByteEncoder.cs プロジェクト: gritor/adfsmfa
 protected override int GetBitCountInCharCountIndicator(int version)
 {
     return(CharCountIndicatorTable.GetBitCountInCharCountIndicator(Mode.EightBitByte, version));
 }