List<int> decodeBytes(List<int> data, {bool verify = false}) { return decodeBuffer(InputStream(data, byteOrder: BIG_ENDIAN), verify: verify); }