Exemple #1
0
 public static string printData(ByteBuffer buf)
 {
     return printData(buf.Get_ByteArray());
 }
Exemple #2
0
 public static string printData(ByteBuffer buf)
 {
     return(printData(buf.Get_ByteArray()));
 }