Package com.helger.mail.datasource
Interface IExtendedDataSource
-
- All Superinterfaces:
jakarta.activation.DataSource
- All Known Subinterfaces:
IEncodingAwareDataSource
- All Known Implementing Classes:
ByteArrayDataSource,InputStreamDataSource,InputStreamProviderDataSource
public interface IExtendedDataSource extends jakarta.activation.DataSourceExtension interface forDataSource.- Author:
- Philip Helger
-
-
Field Summary
Fields Modifier and Type Field Description static com.helger.commons.mime.IMimeTypeDEFAULT_CONTENT_TYPE
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default jakarta.activation.DataHandlergetAsDataHandler()default IEncodingAwareDataSourcegetEncodingAware(IContentTransferEncoding aCTE)
-
-
-
Method Detail
-
getAsDataHandler
@Nonnull default jakarta.activation.DataHandler getAsDataHandler()
-
getEncodingAware
@Nonnull default IEncodingAwareDataSource getEncodingAware(@Nullable IContentTransferEncoding aCTE)
-
-