public class IndexHeader extends Object
Modifier and Type | Field and Description |
---|---|
static byte |
LSB_ORDER |
static byte |
MSB_ORDER |
static byte |
NATIVE_ORDER |
static byte |
NEW_LSB_ORDER |
static byte |
NEW_MSB_ORDER |
Constructor and Description |
---|
IndexHeader(byte byteOrder) |
IndexHeader(ReadableByteChannel channel)
DOCUMENT ME!
|
Modifier and Type | Method and Description |
---|---|
byte |
getByteOrder()
DOCUMENT ME!
|
void |
writeTo(ByteBuffer buf) |
public static final byte LSB_ORDER
public static final byte MSB_ORDER
public static final byte NATIVE_ORDER
public static final byte NEW_LSB_ORDER
public static final byte NEW_MSB_ORDER
public IndexHeader(byte byteOrder)
public IndexHeader(ReadableByteChannel channel) throws IOException, StoreException
channel
- IOException
StoreException
public void writeTo(ByteBuffer buf)
public byte getByteOrder()
Copyright © 1996–2019 Geotools. All rights reserved.