Esempio n. 1
0
 static Base64()
 {
     Decoder3To4.ConstructDecodeTable(CodeTable, out DecodeTable);
 }
Esempio n. 2
0
 static UUE()
 {
     Decoder3To4.ConstructDecodeTable(CodeTable, out DecodeTable);
     DecodeTable[(byte)' '] = DecodeTable[(byte)'`'];
 }