扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing.text类jtextcomponent的类成员方法: write定义及介绍
发布时间:2014-2-18
本文导语:
write
public void write(writer out)
throws ioexception
将模型的内容存储到给定的流中。默认情况下,此方法将以纯文本的方式存储该模型。
参数:out - 输出流
抛出:
ioexception - 如果发生任何 i/o 错误