Class IndexHeader
- Object
- 
- IndexHeader
 
- 
 public class IndexHeader extends Object - Author:
- Tommaso Nolli
 
- 
- 
Field SummaryFields Modifier and Type Field Description static byteLSB_ORDERstatic byteMSB_ORDERstatic byteNATIVE_ORDERstatic byteNEW_LSB_ORDERstatic byteNEW_MSB_ORDER
 - 
Constructor SummaryConstructors Constructor Description IndexHeader(byte byteOrder)IndexHeader(ReadableByteChannel channel)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description bytegetByteOrder()voidwriteTo(ByteBuffer buf)
 
- 
- 
- 
Field Detail- 
LSB_ORDERpublic static final byte LSB_ORDER - See Also:
- Constant Field Values
 
 - 
MSB_ORDERpublic static final byte MSB_ORDER - See Also:
- Constant Field Values
 
 - 
NATIVE_ORDERpublic static final byte NATIVE_ORDER - See Also:
- Constant Field Values
 
 - 
NEW_LSB_ORDERpublic static final byte NEW_LSB_ORDER - See Also:
- Constant Field Values
 
 - 
NEW_MSB_ORDERpublic static final byte NEW_MSB_ORDER - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
IndexHeaderpublic IndexHeader(byte byteOrder) 
 - 
IndexHeaderpublic IndexHeader(ReadableByteChannel channel) throws IOException, StoreException - Throws:
- IOException
- StoreException
 
 
- 
 - 
Method Detail- 
writeTopublic void writeTo(ByteBuffer buf) 
 - 
getByteOrderpublic byte getByteOrder() - Returns:
- Returns the byteOrder.
 
 
- 
 
-