示例#1
0
文件: IKey.cs 项目: RBSystems/LoT
 public void SetBytes(byte[] keyBytes)
 {
     this.key = StreamFactory.GetString(keyBytes);
 }
示例#2
0
文件: IVal.cs 项目: RBSystems/LoT
 public override string ToString()
 {
     return(StreamFactory.GetString(val));
 }