Class UnknownCustomSection


  • public final class UnknownCustomSection
    extends CustomSection
    A custom section which is unknown to the parser.
    • Constructor Detail

      • UnknownCustomSection

        public UnknownCustomSection​(String name,
                                    byte[] bytes)
        Construct a new instance.
        Parameters:
        name - the name of the section (must not be null)
        bytes - the section contents (must not be null)