示例#1
0
 static ASProxyBase64()
 {
     DecodeTable = new byte[CodeTable.Length * 2];
     Decoder3To4.ConstructDecodeTable(CodeTable, out DecodeTable);
 }
示例#2
0
 static Base64()
 {
     Decoder3To4.ConstructDecodeTable(CodeTable, out DecodeTable);
 }