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