Class SingleCharReader
java.lang.Object
java.io.Reader
org.eclipse.m2m.atl.adt.ui.corext.doc.SingleCharReader
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Readable
- Direct Known Subclasses:
AtlCodeReader
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.io.Reader
close, mark, markSupported, nullReader, read, read, read, reset, skip, transferTo
-
Constructor Details
-
SingleCharReader
public SingleCharReader()
-
-
Method Details
-
getString
Gets the content as a String- Throws:
IOException
-
read
- Specified by:
read
in classReader
- Throws:
IOException
- See Also:
-
ready
- Overrides:
ready
in classReader
- Throws:
IOException
- See Also:
-