|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface Readable
Readable 是一个字符源。阅读方法的调用方能够通过 CharBuffer
使用 Readable 中的字符。
方法摘要 | |
---|---|
int |
read(CharBuffer cb) 试图将字符读入指定的字符缓冲区。 |
方法详细信息 |
---|
int read(CharBuffer cb) throws IOException
cb
- 将要读入字符的缓冲区
IOException
- 如果发生 I/O 错误
NullPointerException
- 如果 cb 为空
ReadOnlyBufferException
- 如果 cb 是一个只读缓冲区
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。