Java에서 바이트배열(byte[])을 16진수(Hexadecimal, Hex code)로 출력하는 방법

By | 5월 27, 2014

 

//apache poi가 미리 설치되어 있어야 할 듯.
//payload가 byte[] 형이라고 가정 하에
org.apache.poi.util.HexDump.toHex(payload,10)

 

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments