Notice
Recent Posts
Recent Comments
Link
목록xml 읽기 (1)
공학박사 권경안
JAVA byte[] <-> String
String XmlPath = "c:/metaTest.xml"; InputStream is = new FileInputStream(XmlPath); byte[] data = getBytes(is); long startTime = System.currentTimeMillis(); //byte[] result = process(serverIp, serverPort, url, data); before byte[] result = process(serverIp, serverPort, url, toConvertForMetaData(data)); // by kyeong-an kwon private static byte[] toConvertForMetaData(byte[] data) throws Unsupported..
Programming
2008. 9. 19. 18:02