Esempio n. 1
0
 public static RealmPacket FromByteArray(byte[] array)
 {
     return(RealmPacket.FromStream(new MemoryStream(array)));
 }