扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.net类httpurlconnection的类成员方法: setfixedlengthstreamingmode定义及介绍
发布时间:2014-2-17
本文导语:
setfixedlengthstreamingmode
public void setfixedlengthstreamingmode(int contentlength)
此方法用于在预先已知内容长度时启用没有进行内部缓冲的 http 请求正文的流。
如果应用程序尝试写入的数据多于指示的内容长度,或者应用程序在写入指...