| Package | Description |
|---|---|
| abs.ixi.client.io.multipart |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractContentSource
Abstract implementation of
ContentSource interface. |
class |
ByteArrayContentSource
A
ContentSource with Byte array as source of the content bytes. |
class |
FileContentSource
ContentSource with File as underlying byte source. |
class |
InputStreamContentSource
A
ContentSource implementation with InputStream as underlying
byte source. |
| Modifier and Type | Field and Description |
|---|---|
protected ContentSource |
AbstractContent.source |
| Modifier and Type | Method and Description |
|---|---|
ContentSource |
Multipart.getContentSource() |
ContentSource |
Content.getContentSource()
Returns
ContentSource for this Content |
ContentSource |
AbstractContent.getContentSource() |
| Constructor and Description |
|---|
AbstractContent(ContentSource source) |
AbstractContent(ContentSource source,
String type) |
AudioContent(ContentSource contentSource,
ContentType type) |
AudioContent(ContentSource contentSource,
String type) |
BinaryContent(ContentSource source) |
ImageContent(ContentSource contentSource,
ContentType type) |
ImageContent(ContentSource contentSource,
String type) |
MediaContent(ContentSource source) |
MediaContent(ContentSource contentSource,
ContentType contentType) |
MediaContent(ContentSource contentSource,
String contentType) |
VideoContent(ContentSource contentSource,
ContentType type) |
VideoContent(ContentSource contentSource,
String type) |
Copyright © 2019. All rights reserved.