Class BigSizeStreamBody

  • All Implemented Interfaces:
    org.apache.http.entity.mime.content.ContentBody, org.apache.http.entity.mime.content.ContentDescriptor

    public class BigSizeStreamBody
    extends org.apache.http.entity.mime.content.InputStreamBody
    • Constructor Detail

      • BigSizeStreamBody

        public BigSizeStreamBody​(InputStream in,
                                 long contentLength,
                                 org.apache.http.entity.ContentType contentType)
    • Method Detail

      • getContentLength

        public long getContentLength()
        Specified by:
        getContentLength in interface org.apache.http.entity.mime.content.ContentDescriptor
        Overrides:
        getContentLength in class org.apache.http.entity.mime.content.InputStreamBody