Interface DataParser
-
- All Implemented Interfaces:
public interface DataParserDefines a parser that creates Data objects from binary data.
- Since:
2.0
-
-
Method Summary
-
-
Method Detail
-
parseRSCPData
abstract List<Data> parseRSCPData(ByteArray data)
Parses the given ByteArray and creates a list of Data objects from it.
Currently no(!) validation is performed. If the byte array does not contain a valid RSCP format, it is therefore a matter of luck what comes out as result
- Parameters:
data- Binary data to be parsed in RSCP Data Format- Returns:
List of Data objects
- Since:
2.0
-
-
-
-