Saturday, December 10, 2011

About Public Set getFileNames() in Java HashMap?

This function returns a key set containin a set of all the keys(strings) or the filenames that are in the hash map. But, I need to actually write a UTF in a DataOutputStream(Socket Programming) containing all these strings. So, how will I be able to convert this key set(set of strings) into UTF?

No comments:

Post a Comment