public interface SMFBSectionType
| Modifier and Type | Field and Description |
|---|---|
static int |
SECTION_ALIGNMENT
The required natural alignment of sections.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
checkPreconditions()
Check preconditions for the type.
|
long |
id() |
long |
offset() |
long |
sizeOfData()
The size of the section data, not including the magic number or this
size value.
|
default long |
sizeTotal() |
static final int SECTION_ALIGNMENT
long id()
long sizeOfData()
The size of the section data, not including the magic number or this size value.
sizeOfData() + 8 + 8 must be a multiple of SECTION_ALIGNMENT
long offset()
default long sizeTotal()
default void checkPreconditions()
Copyright © 2017 <code@io7m.com> http://io7m.com