示例#1
0
 public StringEntry(string text)
 {
     Data = EncodeType.GetBytes(text);
 }