ArrayExtensions Class |
Namespace: StreamCoders.Helpers
The ArrayExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | IsSequenceEqual |
Compares two byte arrays. Both arrays must have the same length and content.
|
![]() ![]() | ToBase64 | |
![]() ![]() | ToByteArray |
Converts a short array to a byte array.
|
![]() ![]() | ToFloatArray |
Converts a float array to a float array.
|
![]() ![]() | ToFloatArrayNormalized |
Converts a short array normalized to "unit" float 0.0..1.0f
|
![]() ![]() | ToHexString(Byte) |
Converts a byte array to a hex string.
|
![]() ![]() | ToHexString(OffsetBufferByte) |
Converts an OffsetBuffer to a hex string.
|
![]() ![]() | ToHexString(OffsetBufferByte, Int32) |
Converts an OffsetBuffer to a hex string.
|
![]() ![]() | ToHexString(Byte, Int32, Int32) |
Converts a byte array to a hex string.
|
![]() ![]() | ToIntArray | |
![]() ![]() | ToIntMask |
Takes in a bool array of maximum 32 entries and returns an int bitmask.
|
![]() ![]() | ToOffsetBuffer |
Creates an OffsetBuffer from a inputStream.
|
![]() ![]() | ToShortArray |
Converts a byte array to a short array.
|