com.pnfsoftware.jeb.core.units.IBinaryUnit |
![]() |
Methods in this interface are specific to units that take binary data (bytes) as input.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int |
getConsummedSize()
Get the number of bytes consumed by the unit after processing.
| ||||||||||
abstract IInput |
getInput()
Get the input data for that unit.
| ||||||||||
abstract String |
getMimeType()
Retrieve the optional content-type for that unit.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Get the number of bytes consumed by the unit after processing. The implementation is optional, binary units are allowed to return 0.
Get the input data for that unit.
Retrieve the optional content-type for that unit.