readBytes method
Convert bytes
to a List of TempcordDataConvertedObject.
The index of the List should be exact same order of how TempcordDataConverter applied which mentioned in constructor.
Implementation
List<TempcordDataConvertedObject> readBytes(Uint8List bytes) =>
_strToData(utf8.decode(lzma.decode(bytes)));