spring-framework / org.springframework.beans.propertyeditors / InputStreamEditor / <init>

<init>

InputStreamEditor()

Create a new InputStreamEditor, using the default ResourceEditor underneath.

InputStreamEditor(resourceEditor: ResourceEditor)

Create a new InputStreamEditor, using the given ResourceEditor underneath.

Parameters

resourceEditor - the ResourceEditor to use