# Interface: com.pnfsoftware.jeb.core.units.IBinaryUnit

Methods in this interface are specific to units that take binary data \(bytes\) as input.

## Method: getInput
- return type: `com.pnfsoftware.jeb.core.input.IInput`

Description: Get the input data for that unit.
return: a mandatory input object

## Method: getMimeType
- return type: `java.lang.String`

Description: Retrieve the optional content\-type for that unit.
return: optional content\-type

