파일에서 byte array로 글을 읽어와야 하는 부분이 있다.
String으로 변환해서 출력을 하고 싶어 방법을 찾아봤더니 생각보다 간단했다.
new String(byteArray, StandardCharsets.UTF_8);
위와 같이 String 객체로 변환해주면 된다!
320x100
'프로그래밍 > Android-Java' 카테고리의 다른 글
[ANDROID] byte array 초기화 (0) | 2020.12.16 |
---|---|
[ANDROID] java.lang.RuntimeException: Can't create handler inside thread that has not called Looper.prepare() (0) | 2020.12.15 |
[ANDROID] custom toast 커스텀 토스트 (0) | 2020.12.15 |
[ANDROID] Dialog 밖의 어두운 배경 없애기 (0) | 2020.12.14 |
[ANDROID] java.lang.IllegalArgumentException: Comparison method violates its general contract! (0) | 2020.12.04 |
댓글