Class TagDataArray


  • public class TagDataArray
    extends java.lang.Object
    Gets the tags and the number of tags in tagdata array
    • Constructor Summary

      Constructors 
      Constructor Description
      TagDataArray()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getLength()
      Returns the number of tags populated and valid in the TagData array.
      TagData[] getTags()
      Returns the number of tags populated and valid in the TagData array.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TagDataArray

        public TagDataArray()
    • Method Detail

      • getLength

        public int getLength()
        Returns the number of tags populated and valid in the TagData array.
      • getTags

        public TagData[] getTags()
        Returns the number of tags populated and valid in the TagData array.