软件包 im.yixin.sdk.http.multipart

接口摘要
PartSource An interface for providing access to data when posting MultiPart messages.
 

类摘要
ByteArrayPartSource A PartSource that reads from a byte array.
FilePart This class implements a part of a Multipart post object that consists of a file.
FilePartSource A PartSource that reads from a File.
MultipartEntity Implements a request entity suitable for an HTTP multipart POST method.
Part Abstract class for one Part of a multipart post object.
PartBase Provides setters and getters for the basic Part properties.
StringPart Simple string parameter for a multipart post