com.foxinmy.weixin4j.http.apache
Interface ContentBody

All Superinterfaces:
ContentDescriptor
All Known Implementing Classes:
AbstractContentBody, ByteArrayBody, FileBody, InputStreamBody, StringBody

public interface ContentBody
extends ContentDescriptor

Since:
4.0

Method Summary
 String getFilename()
           
 void writeTo(OutputStream out)
           
 
Methods inherited from interface com.foxinmy.weixin4j.http.apache.ContentDescriptor
getCharset, getContentLength, getMediaType, getMimeType, getSubType, getTransferEncoding
 

Method Detail

getFilename

String getFilename()

writeTo

void writeTo(OutputStream out)
             throws IOException
Throws:
IOException


Copyright © 2014–2017. All rights reserved.