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