コード例 #1
0
 //
 // Marshal the endpoint
 //
 public override void StreamWrite(Ice.OutputStream s)
 {
     s.StartEndpointEncapsulation(_rawEncoding);
     s.WriteBlob(_rawBytes);
     s.EndEndpointEncapsulation();
 }
コード例 #2
0
 //
 // Marshal the endpoint
 //
 public override void streamWrite(Ice.OutputStream s)
 {
     s.StartEncapsulation(_rawEncoding, Ice.FormatType.DefaultFormat);
     s.WriteBlob(_rawBytes);
     s.EndEncapsulation();
 }