Hi there!
I have searched over the forum and could not find an answer.
I am using the same sintax of param for a URL to comunicate over UDP.
like this:
ID=<text>&CMD=<number>& ....
This is the same used on URL for params.
But this is not a URL, just a String that I send and receive.
I know I could parse it, but i dont want to do another procedure again for that,
I wonder if there is something ready that parse this string giving me value for each key. Or transform this string in a map to retrive the values for each key.
Thanks in advance!
Eduardo Elias
I have searched over the forum and could not find an answer.
I am using the same sintax of param for a URL to comunicate over UDP.
like this:
ID=<text>&CMD=<number>& ....
This is the same used on URL for params.
But this is not a URL, just a String that I send and receive.
I know I could parse it, but i dont want to do another procedure again for that,
I wonder if there is something ready that parse this string giving me value for each key. Or transform this string in a map to retrive the values for each key.
Thanks in advance!
Eduardo Elias