public class IOIterator extends Object implements IOIteratorInterface
| Modifier and Type | Field and Description |
|---|---|
long |
sleeptime |
| Constructor and Description |
|---|
IOIterator(LineNumberReader reader,
String inputseparator,
int cols) |
IOIterator(Producer producer) |
public IOIterator(Producer producer) throws IOIteratorException
producer - IOIteratorExceptionpublic IOIterator(LineNumberReader reader, String inputseparator, int cols) throws IOIteratorException
reader - inputseparator - cols - IOIteratorExceptionpublic boolean hasNext()
IOIteratorInterfacehasNext in interface IOIteratorInterfacepublic Object next() throws IOIteratorException
IOIteratorInterfacenext in interface IOIteratorInterfaceIOIteratorExceptionCopyright © 2013. All rights reserved.