public class ImageItem extends Object
| Constructor and Description |
|---|
ImageItem(byte[] content) |
ImageItem(String name,
byte[] content) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContent() |
String |
getContentType() |
static String |
getContentType(byte[] mapObj) |
String |
getName() |
public ImageItem(byte[] content)
throws WeiboException
WeiboExceptionpublic ImageItem(String name, byte[] content) throws WeiboException
WeiboExceptionpublic byte[] getContent()
public String getName()
public String getContentType()
public static String getContentType(byte[] mapObj) throws IOException
IOExceptionCopyright © 2013. All Rights Reserved.