Package org.eclipse.text.readers
Class SingleCharacterReader
java.lang.Object
java.io.Reader
org.eclipse.text.readers.SingleCharacterReader
- All Implemented Interfaces:
- Closeable,- AutoCloseable,- Readable
- Direct Known Subclasses:
- SubstitutionReader
 Moved into this package from org.eclipse.jface.internal.text.revisions.
- Since:
- 3.14
- 
Field Summary
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.io.Readerclose, mark, markSupported, nullReader, read, read, reset, skip, transferTo
- 
Constructor Details- 
SingleCharacterReaderpublic SingleCharacterReader()
 
- 
- 
Method Details- 
read- Overrides:
- readin class- Reader
- Throws:
- IOException
- See Also:
 
- 
read- Specified by:
- readin class- Reader
- Throws:
- IOException
- See Also:
 
- 
ready- Overrides:
- readyin class- Reader
- Throws:
- IOException
- See Also:
 
- 
getStringReturns the readable content as string.- Returns:
- the readable content as string
- Throws:
- IOException- in case reading fails
 
 
-