hi i use datainputstream to read a file and how can i look at the binary of the byte that i have read. thx...
Shivaji Marathe
Ranch Hand
Joined: Jan 11, 2002
Posts: 203
posted
0
You can use the static toBinaryString method of the integer class. You can also convert the byte on your own using the & operator ;-) and string manipulation
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.