Class Tag_Int_Array
java.lang.Object
de.pauleff.core.Tag<int[]>
de.pauleff.core.Basic_Tag<int[]>
de.pauleff.core.Tag_Int_Array
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionCreate an empty int array tag.Tag_Int_Array(String name) Create an int array tag with name and data set to null.Tag_Int_Array(String name, int[] data) Create an int array tag with name and data. -
Method Summary
-
Constructor Details
-
Tag_Int_Array
public Tag_Int_Array()Create an empty int array tag. -
Tag_Int_Array
Create an int array tag with name and data set to null.- Parameters:
name- Name of the tag.
-
Tag_Int_Array
Create an int array tag with name and data.- Parameters:
name- Name of the tag.data- The initial data of the tag.
-
-
Method Details
-
toString
-