public class LargeBlock
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CHILD_TABLE_OFFSET |
static int |
ENTRIES_IN_CHILD_TABLE |
static int |
FOOTER_SIZE
The large block footer is located at the end of the last chunk in the large block.
|
static int |
HEADER_SIZE
Size of the header for a large block.
|
static int |
NEXT_BLOCK_OFFSET |
static int |
PARENT_OFFSET |
static int |
PREV_BLOCK_OFFSET |
static int |
SIZE_OF_SIZE_FIELD |
static int |
SIZE_OFFSET |
static int |
UNALLOCATED_HEADER_SIZE |
| Constructor and Description |
|---|
LargeBlock() |
public static final int SIZE_OFFSET
public static final int SIZE_OF_SIZE_FIELD
public static final int HEADER_SIZE
public static final int ENTRIES_IN_CHILD_TABLE
public static final int CHILD_TABLE_OFFSET
public static final int PARENT_OFFSET
public static final int PREV_BLOCK_OFFSET
public static final int NEXT_BLOCK_OFFSET
public static final int UNALLOCATED_HEADER_SIZE
public static final int FOOTER_SIZE