com.qq.connect.utils.http
类 ImageItem
java.lang.Object
com.qq.connect.utils.http.ImageItem
public class ImageItem
- extends java.lang.Object
临时保存上传的图片信息
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageItem
public ImageItem(byte[] content)
throws QQConnectException
- 抛出:
QQConnectException
ImageItem
public ImageItem(java.lang.String name,
byte[] content)
throws QQConnectException
- 抛出:
QQConnectException
getContent
public byte[] getContent()
getName
public java.lang.String getName()
getContentType
public java.lang.String getContentType()
getContentType
public static java.lang.String getContentType(byte[] mapObj)
throws java.io.IOException
- 抛出:
java.io.IOException