public class FillReader extends Reader
| Constructor and Description |
|---|
FillReader(String pattern)
Create a FillReader on string.
|
public FillReader(String pattern)
pattern - The string that is read all over again.public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionpublic int read(char[] cbuf,
int off,
int len)
throws IOException
read in class ReaderIOExceptionpublic int read()
throws IOException
read in class ReaderIOExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.