|
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 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.