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…
byte[ ] ipaddress = new byte[ 15 ]
String ip = new String(ipaddress, “UTF-8″)
charset ini ben utf8 kullandim, siz isteginize gore degistirebilirsiniz…
Son Yorumlar