convert byte array to string in java
mutkanx | 12 June 2008byte[ ] ipaddress = new byte[ 15 ]
String ip = new String(ipaddress, “UTF-8″)
charset ini ben utf8 kullandim, siz isteginize gore degistirebilirsiniz…
byte[ ] ipaddress = new byte[ 15 ]
String ip = new String(ipaddress, “UTF-8″)
charset ini ben utf8 kullandim, siz isteginize gore degistirebilirsiniz…
« rpc/encoded wsdls are not supported in JAXWS 2.0
convert byte array to string in java »
Son Yorumlar