Click or drag to resize
ArrayExtensions Class
Inheritance Hierarchy
SystemObject
  StreamCoders.HelpersArrayExtensions

Namespace: StreamCoders.Helpers
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static class ArrayExtensions

The ArrayExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberIsSequenceEqual
Compares two byte arrays. Both arrays must have the same length and content.
Public methodStatic memberToBase64
Public methodStatic memberToByteArray
Converts a short array to a byte array.
Public methodStatic memberToFloatArray
Converts a float array to a float array.
Public methodStatic memberToFloatArrayNormalized
Converts a short array normalized to "unit" float 0.0..1.0f
Public methodStatic memberToHexString(Byte)
Converts a byte array to a hex string.
Public methodStatic memberToHexString(OffsetBufferByte)
Converts an OffsetBuffer to a hex string.
Public methodStatic memberToHexString(OffsetBufferByte, Int32)
Converts an OffsetBuffer to a hex string.
Public methodStatic memberToHexString(Byte, Int32, Int32)
Converts a byte array to a hex string.
Public methodStatic memberToIntArray
Public methodStatic memberToIntMask
Takes in a bool array of maximum 32 entries and returns an int bitmask.
Public methodStatic memberToOffsetBuffer
Creates an OffsetBuffer from a inputStream.
Public methodStatic memberToShortArray
Converts a byte array to a short array.
Top
See Also