public interface EncodingAware
DataSource
that can specify the
Content-Transfer-Encoding to use for its data.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEncoding()
Returns the Content-Transfer-Encoding to use for the data, or null if a
suitable encoding should be chosen automatically.
|