Class SupplementalDataEntry


  • public class SupplementalDataEntry
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected byte[] data  
      protected int dataType  
    • Constructor Summary

      Constructors 
      Constructor Description
      SupplementalDataEntry​(int dataType, byte[] data)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getData()  
      int getDataType()  
      • Methods inherited from class java.lang.Object

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

      • dataType

        protected int dataType
      • data

        protected byte[] data
    • Constructor Detail

      • SupplementalDataEntry

        public SupplementalDataEntry​(int dataType,
                                     byte[] data)
    • Method Detail

      • getDataType

        public int getDataType()
      • getData

        public byte[] getData()