-
010010111001101 ?!
how can i read something like this 000100110111000101 and use it in method ?
"Cutting"
like take first 4 digits and if it 0001 : mean name of method , and second 4 digits : location of the file third 4 digits : ................... and so on !
can any one help me with sample or example !
in net beans 7.1
-
Re: 010010111001101 ?!
Once is enough, your duplicate post has been deleted. Please read the forum rules
-
Re: 010010111001101 ?!
If that is a String, the String class has methods for extracting sub parts of it.
The Integer class has a method to convert a String to an int.