org.geotools.index.quadtree.fs
Class IndexHeader

Object
  extended by IndexHeader

public class IndexHeader
extends Object

DOCUMENT ME!

Author:
Tommaso Nolli
Module:
trunk/gt/modules   (gt-modules.jar) (Maven report) (SVN head)

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(ReadableByteChannel channel)
          DOCUMENT ME!
 
Method Summary
 byte getByteOrder()
          DOCUMENT ME!
 void writeTo(ByteBuffer buf)
           
 
Methods inherited from class 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(ReadableByteChannel channel)
            throws IOException,
                   StoreException
DOCUMENT ME!

Parameters:
channel -
Throws:
IOException
StoreException
Method Detail

writeTo

public void writeTo(ByteBuffer buf)

getByteOrder

public byte getByteOrder()
DOCUMENT ME!

Returns:
Returns the byteOrder.


Copyright © 1996-2009 Geotools. All Rights Reserved.