Abstract class to represent BigEndian or LittleEndian byte order

Namespace:  Kaazing.HTML5
Assembly:  Kaazing.Gateway (in Kaazing.Gateway.dll)

Syntax

Visual Basic
Public MustInherit Class ByteOrder
C#
public abstract class ByteOrder
Visual C++
public ref class ByteOrder abstract

Inheritance Hierarchy

System..::..Object
  Kaazing.HTML5..::..ByteOrder

See Also