Esempio n. 1
0
 public static OctetsStream wrap(Octets o)
 {
     OctetsStream os = new OctetsStream();
     os.swap(o);
     return os;
 }