Tags
- postman
- 프런트엔드
- UI/UX Engineer
- Unity
- postman tests
- Android
- postman html parse
- Java
- postman pre-request
- emplace_back
- postman session
- Front-end developer
- postman csv
- c#
- postman automations
- web developer
- 좋은 개발자
- 다빈치 리졸브
- postman collection
- oracle
- Intellij
- postman excel
- 우수한 프런트 개발자
- LSL_Script
- Interaction developer
- postman collection variables
- solidity
- Android/iOS Developer
- C++
- MFC
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Archives
- Today
- Total
david's daily developer note
[Android] 안드로이드 바이트 배열을 문자열로 변환하기 본문
728x90
- public static String byteToString( byte[] $byte ) {
- String result = EncodingUtils.getString( $byte, 0, $byte.length, "Latin-1") ;
- return result ;
- }
- public static byte[] stringToByte( String $byteString ) {
- byte[] byteArray = EncodingUtils.getBytes($byteString, "Latin-1") ;
- return byteArray ;
- }
출처 : http://androidnote.co.kr/5
728x90
'Develop (kids)' 카테고리의 다른 글
LSL_Script 객체 텍스쳐 입히기 (0) | 2011.05.24 |
---|---|
LSL_Script 객체 텍스트 스크립트. (0) | 2011.05.24 |
[Android] XML-DOM (0) | 2011.04.26 |
[Android] Intent Class Array 넘기기 (0) | 2011.04.25 |
[Android] AlertDialog Sample (0) | 2011.04.23 |