본문 바로가기
개발/java

gsjava byte -> String 변환

by 철권 2019. 12. 1.
728x90

byte buffer[] = new byte[1024];

// 바이트 배열을 문자열로 변환한 값
// Hello World!
String str2 = new String(buffers);

728x90
반응형