D
dan.ference
I am reading binary messages off of a port via UDP packets ->
socket.receive(packet)
I store the received packet into a byte array -> byte[] received =
packet.getData();
I want to output in binary format the variable received. How do I get
the 1's and 0's to display instead of the asii characters? Any help is
greatly appreciated!
socket.receive(packet)
I store the received packet into a byte array -> byte[] received =
packet.getData();
I want to output in binary format the variable received. How do I get
the 1's and 0's to display instead of the asii characters? Any help is
greatly appreciated!