public interface

IBinaryUnit

implements IUnit
com.pnfsoftware.jeb.core.units.IBinaryUnit
Known Indirect Subclasses

Class Overview

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

Summary

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

Public Methods

public abstract IInput getInput ()

Get the input data for that unit.

Returns
  • a mandatory input object

public abstract String getMimeType ()

Retrieve the optional content-type for that unit.

Returns
  • optional content-type