Class ArrayHelper
- Namespace
- Shift.Common
- Assembly
- Shift.Common.dll
public static class ArrayHelper
- Inheritance
-
ArrayHelper
- Inherited Members
-
Methods
Combine(byte[], byte[])
public static byte[] Combine(byte[] a1, byte[] a2)
Parameters
a1 byte[]
a2 byte[]
Returns
- byte[]
Combine(byte[], byte[], byte[])
public static byte[] Combine(byte[] a1, byte[] a2, byte[] a3)
Parameters
a1 byte[]
a2 byte[]
a3 byte[]
Returns
- byte[]
Combine(byte[], byte[], byte[], byte[])
public static byte[] Combine(byte[] a1, byte[] a2, byte[] a3, byte[] a4)
Parameters
a1 byte[]
a2 byte[]
a3 byte[]
a4 byte[]
Returns
- byte[]
Combine(params byte[][])
public static byte[] Combine(params byte[][] arrays)
Parameters
arrays byte[][]
Returns
- byte[]
Get(byte[], int, int)
public static byte[] Get(byte[] array, int offset, int length)
Parameters
array byte[]
offset int
length int
Returns
- byte[]