Class SectionDescriptor


  • @Internal
    public final class SectionDescriptor
    extends java.lang.Object
    Section Descriptor (SED) See page 186 for details.
    • Constructor Detail

      • SectionDescriptor

        public SectionDescriptor()
      • SectionDescriptor

        public SectionDescriptor​(byte[] buf,
                                 int offset)
    • Method Detail

      • getFc

        public int getFc()
      • setFc

        public void setFc​(int fc)
      • 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
      • toByteArray

        public byte[] toByteArray()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object