Class IndexHeader
Object
IndexHeader
- Author:
- Tommaso Nolli
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byte
static final byte
static final byte
static final byte
static final byte
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LSB_ORDER
public static final byte LSB_ORDER- See Also:
-
MSB_ORDER
public static final byte MSB_ORDER- See Also:
-
NATIVE_ORDER
public static final byte NATIVE_ORDER- See Also:
-
NEW_LSB_ORDER
public static final byte NEW_LSB_ORDER- See Also:
-
NEW_MSB_ORDER
public static final byte NEW_MSB_ORDER- See Also:
-
-
Constructor Details
-
IndexHeader
public IndexHeader(byte byteOrder) -
IndexHeader
- Throws:
IOException
StoreException
-
-
Method Details
-
writeTo
-
getByteOrder
public byte getByteOrder()- Returns:
- Returns the byteOrder.
-