Package aero.t2s.modes
Class BinaryHelper
java.lang.Object
aero.t2s.modes.BinaryHelper
public class BinaryHelper extends Object
-
Constructor Summary
Constructors Constructor Description BinaryHelper() -
Method Summary
Modifier and Type Method Description static voidprintMessageAsBinaryMessage(short[] data)static short[]stringToByteArray(String input)
-
Constructor Details
-
BinaryHelper
public BinaryHelper()
-
-
Method Details
-
stringToByteArray
- Parameters:
input- String representation of mode-s input (e.g. 8D4840D6202CC371C32CE0576098)- Returns:
- byte array representation.
-
printMessageAsBinaryMessage
public static void printMessageAsBinaryMessage(short[] data)
-