User Profile
Collapse
-
I dont think that you can do that as they are different types, you should create a new object that has a DAY and a PERIOD and fill an array with instances of that object -
Something like this should do the trick for you buddy...
...Code:public class BytesToHex { private byte[] inbytes; private String hexString=""; public BytesToHex(byte[] inbytes){ this.inbytes = inbytes; } public String toHex() { String subString; int i; for (byte b: inbytes){Leave a comment:
No activity results to display
Show More
Leave a comment: