public class TableDirectory
extends java.lang.Object
| Constructor and Description |
|---|
TableDirectory(java.io.RandomAccessFile raf) |
| Modifier and Type | Method and Description |
|---|---|
DirectoryEntry |
getEntry(int index) |
DirectoryEntry |
getEntryByTag(int tag) |
short |
getEntrySelector() |
short |
getNumTables() |
short |
getRangeShift() |
short |
getSearchRange() |
int |
getVersion() |
public TableDirectory(java.io.RandomAccessFile raf)
throws java.io.IOException
java.io.IOExceptionpublic DirectoryEntry getEntry(int index)
public DirectoryEntry getEntryByTag(int tag)
public short getEntrySelector()
public short getNumTables()
public short getRangeShift()
public short getSearchRange()
public int getVersion()
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.