Package org.apache.myfaces.util.lang
Class StreamCharBuffer.StreamCharBufferReader
- java.lang.Object
- 
- java.io.Reader
- 
- org.apache.myfaces.util.lang.StreamCharBuffer.StreamCharBufferReader
 
 
- 
- All Implemented Interfaces:
- Closeable,- AutoCloseable,- Readable
 - Enclosing class:
- StreamCharBuffer
 
 public final class StreamCharBuffer.StreamCharBufferReader extends Reader This is the java.io.Reader implementation for StreamCharBuffer- Author:
- Lari Hotari, Sagire Software Oy
 
- 
- 
Constructor SummaryConstructors Constructor Description StreamCharBufferReader(boolean removeAfterReading)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()StreamCharBuffergetBuffer()intgetReadLenLimit(int askedAmount)intread(char[] b, int off, int len)booleanready()- 
Methods inherited from class java.io.Readermark, markSupported, nullReader, read, read, read, reset, skip, transferTo
 
- 
 
- 
- 
- 
Method Detail- 
readypublic boolean ready() throws IOException- Overrides:
- readyin class- Reader
- Throws:
- IOException
 
 - 
readpublic final int read(char[] b, int off, int len) throws IOException- Specified by:
- readin class- Reader
- Throws:
- IOException
 
 - 
closepublic void close() throws IOException- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Specified by:
- closein class- Reader
- Throws:
- IOException
 
 - 
getBufferpublic final StreamCharBuffer getBuffer() 
 - 
getReadLenLimitpublic int getReadLenLimit(int askedAmount) 
 
- 
 
-