如题。有经验的朋友可以告诉我吗,看了APIs,但是设置在S60机器上不生效。
2条回答 默认 最新
- iteye_7779 2009-04-03 02:22关注
童鞋, 要读文档啊:
open
public static Connection open(String name,
int mode,
boolean timeouts)
throws IOExceptionCreate and open a Connection. Parameters: name - The URL for the connection mode - The access mode timeouts - A flag to indicate that the caller wants timeout exceptions Returns: A new Connection object Throws: IllegalArgumentException - If a parameter is invalid. ConnectionNotFoundException - If the target of the name cannot be found, or if the requested protocol type is not supported. IOException - If some other kind of I/O error occurs. SecurityException - May be thrown if access to the protocol handler is prohibited.
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报