public class ImageContent extends AbstractContent
contentType, source| Constructor and Description |
|---|
ImageContent(byte[] bytes,
ContentType type) |
ImageContent(ContentSource contentSource,
ContentType type) |
ImageContent(ContentSource contentSource,
String type) |
ImageContent(File file,
ContentType type) |
ImageContent(InputStream is,
ContentType type) |
ImageContent(String filePath,
ContentType type) |
getContentLength, getContentSource, getContentTypepublic ImageContent(String filePath, ContentType type)
public ImageContent(File file, ContentType type)
public ImageContent(InputStream is, ContentType type)
public ImageContent(byte[] bytes,
ContentType type)
public ImageContent(ContentSource contentSource, ContentType type)
public ImageContent(ContentSource contentSource, String type)
Copyright © 2019. All rights reserved.