Interface | Description |
---|---|
Fragmenter | Represents a fragmentation engine that takes in a large byte array and generates a number of smaller fragment byte arrays. |
Reassembler | Represents a reassembly engine that takes in a number of small fragment byte arrays generated by a Fragmenter, and reassembles the large byte array that the fragments were generated from. |
Class | Description |
---|---|
ECFragmenter | An erasure correction code based fragmentation engine. |
ECReassembler | An erasure correction code based reassembly engine. |
GpsLocalFrame | Utility class to convert GPS coordinates into a local coordinate frame and vice-versa. |
MathUtils | Math utilities. |
SimpleFragmenter | |
SimpleReassembler |