public class PageHeader extends Object implements BlockView
Modifier and Type | Field and Description |
---|---|
protected BlockIo |
blockIo
the page header block this view is associated with
|
protected static short |
SIZE
the size of this page header
|
Modifier | Constructor and Description |
---|---|
protected |
PageHeader(BlockIo blockIo)
Constructs a PageHeader object from a block
|
protected static final short SIZE
protected BlockIo blockIo
protected PageHeader(BlockIo blockIo)
blockIo
- The block that contains the page headerIOException
- if the block is too short to keep the page header.Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.