|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjdbm.recman.PageHeader
public class PageHeader
This class represents a page header. It is the common superclass for all different page views.
| Field Summary | |
|---|---|
protected BlockIo |
block
|
protected static short |
SIZE
|
| Constructor Summary | |
|---|---|
protected |
PageHeader(BlockIo block)
Constructs a PageHeader object from a block |
| Method Summary | |
|---|---|
protected void |
paranoiaMagicOk()
For paranoia mode |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final short SIZE
protected BlockIo block
| Constructor Detail |
|---|
protected PageHeader(BlockIo block)
block - The block that contains the file header
IOException - if the block is too short to keep the file
header.| Method Detail |
|---|
protected void paranoiaMagicOk()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||