Support class that switches from one endian to the other.
Namespace:
Apache.NMS.UtilAssembly: Apache.NMS (in Apache.NMS.dll)
Syntax
| Visual Basic |
|---|
<CLSCompliantAttribute(False)> _ Public Class EndianSupport |
| C# |
|---|
[CLSCompliantAttribute(false)] public class EndianSupport |
| Visual C++ |
|---|
[CLSCompliantAttribute(false)] public ref class EndianSupport |
| JavaScript |
|---|
Apache.NMS.Util.EndianSupport = function(); Type.createClass( 'Apache.NMS.Util.EndianSupport'); |