Class IndexHeader
- Object
-
- IndexHeader
-
public class IndexHeader extends Object
- Author:
- Tommaso Nolli
-
-
Field Summary
Fields Modifier and Type Field Description static byte
LSB_ORDER
static byte
MSB_ORDER
static byte
NATIVE_ORDER
static byte
NEW_LSB_ORDER
static byte
NEW_MSB_ORDER
-
Constructor Summary
Constructors Constructor Description IndexHeader(byte byteOrder)
IndexHeader(ReadableByteChannel channel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte
getByteOrder()
void
writeTo(ByteBuffer buf)
-
-
-
Field Detail
-
LSB_ORDER
public static final byte LSB_ORDER
- See Also:
- Constant Field Values
-
MSB_ORDER
public static final byte MSB_ORDER
- See Also:
- Constant Field Values
-
NATIVE_ORDER
public static final byte NATIVE_ORDER
- See Also:
- Constant Field Values
-
NEW_LSB_ORDER
public static final byte NEW_LSB_ORDER
- See Also:
- Constant Field Values
-
NEW_MSB_ORDER
public static final byte NEW_MSB_ORDER
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IndexHeader
public IndexHeader(byte byteOrder)
-
IndexHeader
public IndexHeader(ReadableByteChannel channel) throws IOException, StoreException
- Throws:
IOException
StoreException
-
-
Method Detail
-
writeTo
public void writeTo(ByteBuffer buf)
-
getByteOrder
public byte getByteOrder()
- Returns:
- Returns the byteOrder.
-
-