Package com.pnfsoftware.jeb.core.units
Interface IBinaryUnit
- All Superinterfaces:
IEventSource
,IUnit
,IUnitCreator
,IUserDataSupport
- All Known Subinterfaces:
ICodeObjectUnit
,IELFUnit
,IPECOFFUnit
,IS7Unit
- All Known Implementing Classes:
AbstractBinaryUnit
,AbstractCodeObjectUnit
,AbstractCodeUnit
,AbstractInteractiveBinaryUnit
,BinaryWrapperUnit
,UnknownBinaryUnit
Methods in this interface are specific to units that take binary data (bytes) as input.
-
Method Summary
Modifier and TypeMethodDescriptiongetInput()
Get the input data for that unit.Retrieve the optional content-type for that unit.Methods inherited from interface com.pnfsoftware.jeb.util.events.IEventSource
addListener, countListeners, getListeners, getParentSource, insertListener, notifyListeners, removeListener, setParentSource
Methods inherited from interface com.pnfsoftware.jeb.core.units.IUnit
addChild, addChild, canBePersisted, dispose, generateQuickState, getChildren, getContributions, getCreationTimestamp, getDescription, getExtraInputs, getFormatter, getFormatType, getIconData, getInterpreters, getLock, getName, getNotes, getNotificationManager, getParent, getParentArtifact, getParentProject, getPropertyDefinitionManager, getPropertyManager, getRealName, getStatus, getUid, getUnitProcessor, initializePropertyObjects, isDisposed, isProcessed, isStale, isTransientChild, notifyGenericChange, postDeserialization, process, removeChild, setName, setNotes, setParent, setRealName, setUnitProcessor
Methods inherited from interface com.pnfsoftware.jeb.core.IUserDataSupport
clearAllData, getAllData, getData, setData
-
Method Details