Package org.apache.commons.lang3.text
Class StrBuilder.StrBuilderReader
- java.lang.Object
-
- java.io.Reader
-
- org.apache.commons.lang3.text.StrBuilder.StrBuilderReader
-
- All Implemented Interfaces:
Closeable,AutoCloseable,Readable
- Enclosing class:
- StrBuilder
class StrBuilder.StrBuilderReader extends Reader
Inner class to allow StrBuilder to operate as a reader.
-
-
Constructor Summary
Constructors Constructor Description StrBuilderReader()Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidmark(int readAheadLimit)booleanmarkSupported()intread()intread(char[] b, int off, int len)booleanready()voidreset()longskip(long n)-
Methods inherited from class java.io.Reader
nullReader, read, read, transferTo
-
-
-
-
Method Detail
-
close
public void close()
-
markSupported
public boolean markSupported()
- Overrides:
markSupportedin classReader
-
-