Class ByteArray


  • public class ByteArray
    extends java.lang.Object
    • Method Detail

      • from

        public static ByteArray from​(byte[] input)
      • toUFT8String

        public java.lang.String toUFT8String()
                                      throws java.io.UnsupportedEncodingException
        Throws:
        java.io.UnsupportedEncodingException
      • toUPF9String

        public java.lang.String toUPF9String()
                                      throws java.io.IOException
        Throws:
        java.io.IOException
      • getByteAt

        public int getByteAt​(int i)
      • length

        public int length()