扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing.text类defaulteditorkit的类成员方法: read定义及介绍
发布时间:2014-2-18
本文导语:
read
public void read(inputstream in,
document doc,
int pos)
throws ioexception,
badlocationexception
插入取自给定流的内容,其格式需要适合此类型的内容处理程序。
指定者:类 editorkit 中的 read
...