

Public Member Functions | |
| OffsetSegment (long length, long offset) | |
| Initialize a new Offset Segment. | |
Static Public Member Functions | |
| static void | AddToArray (ArrayList segArray, OffsetSegment seg) |
| Adds the segment to the array. If this segment is contiguous with the last segment combine them. | |
Public Attributes | |
| long | Length |
| The length of the segment. | |
| Simias::Sync::OffsetSegment::OffsetSegment | ( | long | length, | |
| long | offset | |||
| ) | [inline] |
Initialize a new Offset Segment.
| length | The length of the segment. | |
| offset | The offset of the segment. |
| static void Simias::Sync::OffsetSegment::AddToArray | ( | ArrayList | segArray, | |
| OffsetSegment | seg | |||
| ) | [inline, static] |
Adds the segment to the array. If this segment is contiguous with the last segment combine them.
| segArray | The array to add the segment to. | |
| seg | The new segment to add. |
The length of the segment.
1.5.6