string (1) 썸네일형 리스트형 byte를 string으로 변환하는 방법 byte를 string으로 변환하는 방법byte[] bytes String string = new String(bytes); Log.d(TAG, "=====변환된 byte값은====" +string); 이전 1 다음