コード例 #1
0
ファイル: ASProxyBase64.cs プロジェクト: salarcode/ASProxy
 static ASProxyBase64()
 {
     DecodeTable = new byte[CodeTable.Length * 2];
     Decoder3To4.ConstructDecodeTable(CodeTable, out DecodeTable);
 }
コード例 #2
0
ファイル: Base64.cs プロジェクト: salarcode/ASProxy
 static Base64()
 {
     Decoder3To4.ConstructDecodeTable(CodeTable, out DecodeTable);
 }