org.geotools.index.quadtree.fs
Class IndexHeader

java.lang.Object
  extended byorg.geotools.index.quadtree.fs.IndexHeader

public class IndexHeader
extends java.lang.Object

DOCUMENT ME!

Author:
Tommaso Nolli

Field Summary
static byte LSB_ORDER
           
static byte MSB_ORDER
           
static byte NATIVE_ORDER
           
static byte NEW_LSB_ORDER
           
static byte NEW_MSB_ORDER
           
 
Constructor Summary
IndexHeader(byte byteOrder)
           
IndexHeader(java.nio.channels.ReadableByteChannel channel)
          DOCUMENT ME!
 
Method Summary
 byte getByteOrder()
          DOCUMENT ME!
 void writeTo(java.nio.ByteBuffer buf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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(java.nio.channels.ReadableByteChannel channel)
            throws java.io.IOException,
                   StoreException
DOCUMENT ME!

Parameters:
channel -
Throws:
java.io.IOException
StoreException
Method Detail

writeTo

public void writeTo(java.nio.ByteBuffer buf)

getByteOrder

public byte getByteOrder()
DOCUMENT ME!

Returns:
Returns the byteOrder.


Copyright © GeoTools. All Rights Reserved.