Class DataSourceProvider.ByteArrayDataSource

java.lang.Object
org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
All Implemented Interfaces:
DataSource
Enclosing class:
DataSourceProvider

public static class DataSourceProvider.ByteArrayDataSource extends Object implements DataSource
Modified from javax.mail.util.ByteArrayDataSource A DataSource backed by a byte array. The byte array may be passed in directly, or may be initialized from an InputStream or a String.
Since:
JavaMail 1.4