Class ByteArrayUtils

java.lang.Object
org.metricshub.winrm.light.ByteArrayUtils

public class ByteArrayUtils extends Object
Code from io.cloudsoft.winrm4j.client.encryption.ByteArrayUtils release 0.12.3 @link https://github.com/cloudsoft/winrm4j
  • Method Details

    • formatHexDump

      public static String formatHexDump(byte[] array)
    • getLittleEndianUnsignedInt

      public static byte[] getLittleEndianUnsignedInt(long x)
    • readLittleEndianUnsignedInt

      public static long readLittleEndianUnsignedInt(byte[] input, int offset)
    • concat

      public static byte[] concat(byte[]... sequences)