No examples for this method. 
     
 
     
      Frequently called with: [Clear]  
     
 
      
    
 
     
     
     -1 
    
 
     
     
   | java.lang.Object | ||
| ↳ | org.apache.http.entity.AbstractHttpEntity | |
| ↳ | org.apache.http.entity.InputStreamEntity | |
A streamed entity obtaining content from an InputStream.
| [Expand] 
           Inherited Fields
           | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class org.apache.http.entity.AbstractHttpEntity | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  |  | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | 
           Does not consume anything.
           | ||||||||||
|  |  | ||||||||||
|  |  | ||||||||||
|  |  | ||||||||||
|  |  | ||||||||||
|  |  | ||||||||||
| [Expand] 
           Inherited Methods
           | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class org.apache.http.entity.AbstractHttpEntity | |||||||||||
|  From class java.lang.Object | |||||||||||
|  From interface org.apache.http.HttpEntity | |||||||||||
Does not consume anything. The default implementation does nothing if isStreaming returns false, and throws an exception if it returns true. This removes the burden of implementing an empty method for non-streaming entities.
| IOException | 
|---|