public final class IntArrayTag extends Tag
TAG_Int_Array
tag.Constructor and Description |
---|
IntArrayTag(int[] value)
Creates the tag with an empty name.
|
IntArrayTag(java.lang.String name,
int[] value)
Creates the tag.
|