扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.net类urlconnection的类成员方法: guesscontenttypefromstream定义及介绍
发布时间:2014-2-17
本文导语:
guesscontenttypefromstream
public static string guesscontenttypefromstream(inputstream is)
throws ioexception
根据输入流的开始字符尝试确定输入流的类型。此方法可供重写 getcontenttype 方法的子类使用。
理想情况下...