public class FragmentNumberSet extends Object
Constructor and Description |
---|
FragmentNumberSet(int base,
int[] bitmaps) |
FragmentNumberSet(RTPSByteBuffer bb) |
Modifier and Type | Method and Description |
---|---|
int |
getBitmapBase()
Gets the bitmap base.
|
int[] |
getBitmaps()
Gets the bitmaps as an array of ints.
|
List<Integer> |
getMissingSequenceNumbers()
Gets the sequence numbers missing in this SequenceNumberSet.
|
int |
getNumBits()
Gets the number of bits in bitmaps.
|
List<Integer> |
getSequenceNumbers()
Gets the sequence numbers set in this SequenceNumberSet.
|
String |
toString() |
void |
writeTo(RTPSByteBuffer buffer) |
public FragmentNumberSet(int base, int[] bitmaps)
public FragmentNumberSet(RTPSByteBuffer bb)
public int getBitmapBase()
public int getNumBits()
public int[] getBitmaps()
public List<Integer> getSequenceNumbers()
public List<Integer> getMissingSequenceNumbers()
public void writeTo(RTPSByteBuffer buffer)
Copyright © 2016. All rights reserved.