| 
 | JavaTM Platform Standard Ed. 6 | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
public interface Readable
Readable は、文字列のソースです。呼び出し側の read メソッドは、CharBuffer を使って、Readable の文字列を利用できます。
| メソッドの概要 | |
|---|---|
|  int | read(CharBuffer cb)指定された文字バッファーに文字列を読み込みます。 | 
| メソッドの詳細 | 
|---|
int read(CharBuffer cb)
         throws IOException
cb - 文字列を読み込むバッファー
IOException - 入出力エラーが発生した場合
NullPointerException - cb が null の場合
ReadOnlyBufferException - cb が読み取り専用バッファーの場合| 
 | JavaTM Platform Standard Ed. 6 | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。