Class UserAttributeSubpacket

  • Direct Known Subclasses:
    ImageAttribute

    public class UserAttributeSubpacket
    extends java.lang.Object
    Basic type for a user attribute sub-packet.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected byte[] data  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void encode​(java.io.OutputStream out)  
      boolean equals​(java.lang.Object o)  
      byte[] getData()
      return the generic data making up the packet.
      int getType()  
      int hashCode()  
      • Methods inherited from class java.lang.Object

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

      • data

        protected byte[] data
    • Constructor Detail

      • UserAttributeSubpacket

        protected UserAttributeSubpacket​(int type,
                                         byte[] data)
      • UserAttributeSubpacket

        protected UserAttributeSubpacket​(int type,
                                         boolean forceLongLength,
                                         byte[] data)
    • Method Detail

      • getType

        public int getType()
      • getData

        public byte[] getData()
        return the generic data making up the packet.
      • encode

        public void encode​(java.io.OutputStream out)
                    throws java.io.IOException
        Throws:
        java.io.IOException
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object