TagProcessor class

Constructors

TagProcessor()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getTagsFromByteArray(Future<List<int>>? bytes, [List<TagType>? types]) Future<List<Tag>>
Returns the tags from the byte array
getTagsFromByteData(ByteData? bytes, [List<TagType>? types]) Future<List<Tag>>
Returns the tags from the ByteData
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
putTagsToByteArray(Future<List<int>?> bytes, [List<Tag>? tags]) Future<List<int>>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getTagType(String type, String? version) TagType