WebLogic Messaging API Class Library

EndianConverter Class

This is a utility that switches primitive types from one endian to the other. It is not necessary to use this class for most applications, even when interoperating between .NET and java applications on different platforms. Application level endian conversion is sometimes required for applications that transfer data using raw byte arrays that have been populated in an endian specific format. For information about endian conversion, consult the WebLogic .NET client programmer's guide.

For a list of all members of this type, see EndianConverter Members.

System.Object
   EndianConverter

public static class EndianConverter

Thread Safety

This type is safe for multithreaded operations.

Requirements

Namespace: WebLogic.Messaging.Util

Assembly: WebLogic.Messaging (in WebLogic.Messaging.dll)

See Also

EndianConverter Members | WebLogic.Messaging.Util Namespace