扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.tools接口fileobject的类成员方法: openoutputstream定义及介绍
发布时间:2014-2-18
本文导语:
openoutputstream
outputstream openoutputstream()
throws ioexception
获取此文件对象的 outputstream。
返回:outputstream
抛出:
illegalstateexception - 如果此文件对象是为读取而打开的,不支持写入操作
unsupportedoperationexception ...