Class Tag_Long
-
Constructor Details
-
Tag_Long
public Tag_Long()Create an empty long tag. -
Tag_Long
Create a long tag with name and data set to null.- Parameters:
name- Name of the tag.
-
Tag_Long
Create a long tag with name and data.- Parameters:
name- Name of the tag.data- The initial data of the tag.
-