コード例 #1
0
ファイル: Base64.cs プロジェクト: carlhuth/GenXSource
 static Base64()
 {
     Decoder3To4.ConstructDecodeTable(CodeTable, out DecodeTable);
 }
コード例 #2
0
 static UUE()
 {
     Decoder3To4.ConstructDecodeTable(CodeTable, out DecodeTable);
     DecodeTable[(byte)' '] = DecodeTable[(byte)'`'];
 }