ReReadableRepresentation.ReReadableReader#
Constructors#
ReReadableReader#
- public ReReadableReader(ReReadableRepresentation writeTo, Reader wrapp)#
Methods#
close#
- public void close()#
mark#
- public void mark(int readAheadLimit)#
markSupported#
- public boolean markSupported()#
read#
- public int read(char[] cbuf, int off, int len)#
read#
- public int read()#
read#
- public int read(char[] cbuf)#
read#
- public int read(CharBuffer target)#
ready#
- public boolean ready()#
reset#
- public void reset()#
skip#
- public long skip(long n)#