delphi 7 自己带到 Base64 编码解码函数

38 views
Skip to first unread message

电脑玩家

unread,
Oct 8, 2009, 5:37:09 AM10/8/09
to 挨踢技术
单元:EncdDecd

函数:

对流的编解码:
procedure EncodeStream(Input, Output: TStream); // 编码
procedure DecodeStream(Input, Output: TStream); // 解码

// 对字符串的编解码:
function EncodeString(const Input: string): string; // 编码
function DecodeString(const Input: string): string; // 解码

Reply all
Reply to author
Forward
0 new messages