Class BinaryFilePresentation


  • public abstract class BinaryFilePresentation
    extends Object
    Allows to configure the presentation of binaries.

    Clients may create subclasses.

    Since:
    4.0.1.
    • Constructor Detail

      • BinaryFilePresentation

        public BinaryFilePresentation​(IBinaryParser.IBinaryFile binFile)
        Constructs the presentation object for a binary file.
    • Method Detail

      • showInBinaryContainer

        public static boolean showInBinaryContainer​(IBinaryParser.IBinaryFile bin)
        Default implementation for showing binaries as part of the binary container. It is used whenever a IBinaryFile is not adaptable to BinaryFilePresentation.
      • showInBinaryContainer

        public boolean showInBinaryContainer()
        Determines whether a binary is to be shown as part of the binary container. The default implementation returns true for executables and dynamic libraries.