com.hardcode.gdbms.engine.data.indexes
Class DiskIndexSet

java.lang.Object
  extended by com.hardcode.gdbms.engine.data.indexes.DiskIndexSet
Direct Known Subclasses:
FixedDiskIndexSet, VariableDiskIndexSet

public abstract class DiskIndexSet
extends java.lang.Object

DOCUMENT ME!

Author:
Fernando González Cortés

Field Summary
protected  java.nio.ByteBuffer buffer
           
protected  java.io.File file
           
protected  java.io.FileInputStream fis
           
protected  java.io.FileOutputStream fos
           
protected  java.nio.channels.FileChannel inputChannel
           
protected  java.nio.channels.FileChannel outputChannel
           
protected  byte[] writeBuffer
           
 
Constructor Summary
DiskIndexSet()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

file

protected java.io.File file

fis

protected java.io.FileInputStream fis

fos

protected java.io.FileOutputStream fos

outputChannel

protected java.nio.channels.FileChannel outputChannel

inputChannel

protected java.nio.channels.FileChannel inputChannel

buffer

protected java.nio.ByteBuffer buffer

writeBuffer

protected byte[] writeBuffer
Constructor Detail

DiskIndexSet

public DiskIndexSet()


Copyright © 2005-2006 . All Rights Reserved.