public final class InputStreamDataSource
extends java.lang.Object
implements javax.activation.DataSource
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_TYPE |
Constructor and Description |
---|
InputStreamDataSource(java.io.InputStream in) |
InputStreamDataSource(java.io.InputStream in,
java.lang.String ctype) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContentType() |
java.io.InputStream |
getInputStream() |
java.lang.String |
getName() |
java.io.OutputStream |
getOutputStream() |
public static final java.lang.String DEFAULT_TYPE
public InputStreamDataSource(java.io.InputStream in)
public InputStreamDataSource(java.io.InputStream in, java.lang.String ctype)
public java.lang.String getContentType()
getContentType
in interface javax.activation.DataSource
public java.lang.String getName()
getName
in interface javax.activation.DataSource
public java.io.InputStream getInputStream() throws java.io.IOException
getInputStream
in interface javax.activation.DataSource
java.io.IOException
public java.io.OutputStream getOutputStream() throws java.io.IOException
getOutputStream
in interface javax.activation.DataSource
java.io.IOException
Copyright © 2010 - 2020 Adobe. All Rights Reserved