|
||||||||||
| 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. It contains the following information:
| Field Summary | |
|---|---|
protected BlockIo |
blockIo
the page header block this view is associated with |
protected static short |
SIZE
the size of this page header |
| Constructor Summary | |
|---|---|
protected |
PageHeader(BlockIo blockIo)
Constructs a PageHeader object from a block |
| Method Summary | |
|---|---|
protected void |
paranoiaMagicOk()
For paranoia mode |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static final short SIZE
protected BlockIo blockIo
| Constructor Detail |
|---|
protected PageHeader(BlockIo blockIo)
blockIo - The block that contains the page header
IOException - if the block is too short to keep the page header.| Method Detail |
|---|
protected void paranoiaMagicOk()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||