Package org.metricshub.winrm.light
Class ByteArrayUtils
java.lang.Object
org.metricshub.winrm.light.ByteArrayUtils
Code from io.cloudsoft.winrm4j.client.encryption.ByteArrayUtils
release 0.12.3 @link https://github.com/cloudsoft/winrm4j
-
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]concat(byte[]... sequences) static StringformatHexDump(byte[] array) static byte[]getLittleEndianUnsignedInt(long x) static longreadLittleEndianUnsignedInt(byte[] input, int offset)
-
Method Details
-
formatHexDump
-
getLittleEndianUnsignedInt
public static byte[] getLittleEndianUnsignedInt(long x) -
readLittleEndianUnsignedInt
public static long readLittleEndianUnsignedInt(byte[] input, int offset) -
concat
public static byte[] concat(byte[]... sequences)
-