JSP를 하다가 긴급질문입니다. byte[] 배열을 문자열로 변환해주세요...
글쓴이: shenyang2008 / 작성시간: 목, 2008/05/15 - 11:20오전
안녕하세요?
JSP에서 byte[] 배열을 문자열로 변환해주세요...
byte[] 배열에는 유니코드문자열값이 들어있답니다.
이것을 String 형으로 좀 정확히 변환할려는데 잘 안되서...
좀 도와주십시요. 급합니다. 감사합니다.
Forums:
예를 들면...
import java.io.*;
...
...
byte[] data = new byte[DATA_SIZE];
long lTime = decode(data,8,4); //data의 8번째 Byte에서 4byte를 읽어서 long type으로 변환
...
이런 식으로 사용했습니다만...
----------------
"For God so loved the world that he gave his one and only Son, that whoever believes in him shall not perish but have eternal life"-John 3:16
"For God so loved the world that he gave his one and only Son, that whoever believes in him shall not perish but have eternal life"-John 3:16
생성자
댓글 달기