扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.io类inputstreamreader的类成员方法: read定义及介绍
发布时间:2014-2-17
本文导语:
read
public int read(char[] cbuf,
int offset,
int length)
throws ioexception
将字符读入数组中的某一部分。
指定者:类 reader 中的 read
参数:cbuf - 目标缓冲区offset - 从其处开始存储字符的偏移量length - 要读...