Method | Description | |
---|---|---|
Align ( uint value, uint align ) : uint |
Aligns a specific offset to a specific boundary.
|
|
GetPhysicalLength ( ) : uint |
Computes the physical length of the segment.
|
|
Write ( |
Writes the segment to a specific writing context.
|
public static Align ( uint value, uint align ) : uint | ||
value | uint | The value to align. |
align | uint | The block length of the alignment to use. |
return | uint |
public abstract Write ( |
||
context | The context to use. | |
return | void |