Class HexEncoder


  • public class HexEncoder
    extends java.lang.Object
    Simple encoder of byte arrays into String array using only the hexadecimal alphabet
    • Constructor Summary

      Constructors 
      Constructor Description
      HexEncoder()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String encode​(byte[] packet)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HexEncoder

        public HexEncoder()
    • Method Detail

      • encode

        public static java.lang.String encode​(byte[] packet)