public class FillReader
extends java.io.Reader
Constructor and Description |
---|
FillReader(java.lang.String pattern)
Create a FillReader on string.
|
public FillReader(java.lang.String pattern)
pattern
- The string that is read all over again.public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.Reader
java.io.IOException
public int read(char[] cbuf, int off, int len) throws java.io.IOException
read
in class java.io.Reader
java.io.IOException
public int read() throws java.io.IOException
read
in class java.io.Reader
java.io.IOException