| One-way PropertyEditor, which can convert from a text string to a
java.io.InputStream , allowing InputStream properties
to be set directly as a text string.
Supports Spring-style URL notation: any fully qualified standard URL
("file:", "http:", etc) and Spring's special "classpath:" pseudo-URL.
Note that in the default usage, the stream is not closed by Spring itself!
author: Juergen Hoeller since: 1.0.1 See Also: java.io.InputStream See Also: org.springframework.core.io.ResourceEditor See Also: org.springframework.core.io.ResourceLoader See Also: URLEditor See Also: FileEditor |