|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.Reader
org.eclipse.m2m.atl.adt.ui.corext.doc.SingleCharReader
public abstract class SingleCharReader
| Field Summary |
|---|
| Fields inherited from class java.io.Reader |
|---|
lock |
| Constructor Summary | |
|---|---|
SingleCharReader()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getString()
Gets the content as a String |
int |
read(char[] cbuf,
int off,
int len)
|
boolean |
ready()
|
| Methods inherited from class java.io.Reader |
|---|
close, mark, markSupported, read, read, read, reset, skip |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SingleCharReader()
| Method Detail |
|---|
public java.lang.String getString()
throws java.io.IOException
java.io.IOException
public int read(char[] cbuf,
int off,
int len)
throws java.io.IOException
read in class java.io.Readerjava.io.IOException
public boolean ready()
throws java.io.IOException
ready in class java.io.Readerjava.io.IOException
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||