Package aQute.lib.io
Class CharBufferReader
java.lang.Object
java.io.Reader
aQute.lib.io.CharBufferReader
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Readable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.Reader
nullReader, read, read, transferTo
-
Field Details
-
cb
-
-
Constructor Details
-
CharBufferReader
-
-
Method Details
-
read
public int read(char[] cbuf, int off, int len) -
close
public void close() -
read
public int read() -
skip
public long skip(long n) -
ready
public boolean ready() -
markSupported
public boolean markSupported()- Overrides:
markSupported
in classReader
-
mark
public void mark(int readAheadLimit) -
reset
public void reset()
-