Beispiel #1
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     value = new utf8string(xdr);
 }
Beispiel #2
0
 public utf8str_mixed(utf8string value)
 {
     this.value = value;
 }
Beispiel #3
0
 public utf8str_cs(utf8string value)
 {
     this.value = value;
 }
Beispiel #4
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     value = new utf8string(xdr);
 }
Beispiel #5
0
 public utf8str_cs(utf8string value)
 {
     this.value = value;
 }
Beispiel #6
0
 public utf8str_mixed(utf8string value)
 {
     this.value = value;
 }