public abstract class BinaryFilePresentation extends Object
Clients may create subclasses.
Modifier and Type | Field and Description |
---|---|
protected IBinaryParser.IBinaryFile |
fBinaryFile |
Constructor and Description |
---|
BinaryFilePresentation(IBinaryParser.IBinaryFile binFile)
Constructs the presentation object for a binary file.
|
Modifier and Type | Method and Description |
---|---|
boolean |
showInBinaryContainer()
Determines whether a binary is to be shown as part of the binary container.
|
static boolean |
showInBinaryContainer(IBinaryParser.IBinaryFile bin)
Default implementation for showing binaries as part of the binary container.
|
protected final IBinaryParser.IBinaryFile fBinaryFile
public BinaryFilePresentation(IBinaryParser.IBinaryFile binFile)
public static boolean showInBinaryContainer(IBinaryParser.IBinaryFile bin)
public boolean showInBinaryContainer()
true
for executables and
dynamic libraries.Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.