Generated by
JDiff

Class org.springframework.core.io.support.EncodedResource

Added Constructors
EncodedResource(Resource, Charset) Create a new EncodedResource for the given Resource, using the specified encoding.
 

Added Methods
Charset getCharset() Return the charset to use for reading from the resource, or {@code null} if none specified.
InputStream getInputStream() Open an {@code java.io.InputStream} for the specified resource, typically assuming that there is no specific encoding to use.
boolean requiresReader() Determine whether a Reader is required as opposed to an InputStream, i.e.