Class ByteOrder
Defines byte order constants.
Inheritance
System.Object
ByteOrder
Assembly: DistributedLucene.Net.dll
Syntax
public sealed class ByteOrder : object
Fields
Name | Description |
---|---|
BIG_ENDIAN | This constant represents big endian. |
LITTLE_ENDIAN | This constant represents little endian. |
Properties
Name | Description |
---|---|
NativeOrder | Returns the current platform byte order. |
Methods
Name | Description |
---|---|
ToString() | Returns a string that describes this object. |