public class Header extends Object
| Modifier and Type | Field and Description |
|---|---|
private int |
count
The number of items contain in the collection.
|
private int |
length
The number of bytes consumed by the data structure.
|
private int |
startPosition
The position in the file where the data structure starts.
|
| Constructor and Description |
|---|
Header(BinaryReader reader)
Constructs a new instance of Header
|
private final int count
private final int startPosition
private final int length
public Header(BinaryReader reader)
reader - Reader connected to the source data structure and
positioned to start reading