| com.pnfsoftware.jeb.core.units.IBinaryUnit |
Known Indirect Subclasses
AbstractBinaryUnit,
AbstractCodeObjectUnit,
AbstractCodeUnit,
AbstractInteractiveBinaryUnit,
BinaryWrapperUnit,
ICodeObjectUnit,
IELFUnit,
IPECOFFUnit,
IS7Unit,
UnknownBinaryUnit
| |||||||||||||||||||||||||||||||
Methods in this interface are specific to units that take binary data (bytes) as input.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract IInput |
getInput()
Get the input data for that unit.
| ||||||||||
| abstract String |
getMimeType()
Retrieve the optional content-type for that unit.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.IUnitCreator
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
From interface
com.pnfsoftware.jeb.core.IUserDataSupport
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
From interface
com.pnfsoftware.jeb.core.units.IUnit
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
From interface
com.pnfsoftware.jeb.util.events.IEventSource
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Get the input data for that unit.
Retrieve the optional content-type for that unit.
