Set the content length. @param contentLength The content length
(long contentLength)
| 741 | * @param contentLength The content length |
| 742 | */ |
| 743 | public void setContentLength(long contentLength) { |
| 744 | this.contentLength = contentLength; |
| 745 | } |
| 746 | |
| 747 | /** |
| 748 | * Get the content length as an int. |
no outgoing calls