public class Lines extends LoopGenerator<String>
Modifier and Type | Method and Description |
---|---|
static Lines |
from(File file) |
static Lines |
from(Reader reader) |
void |
run(Procedure<? super String> proc) |
void |
stop() |
getWrappedGenerator, isStopped
to, to, toCollection
public static Lines from(File file) throws FileNotFoundException
FileNotFoundException
public void stop()
stop
in class LoopGenerator<String>
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.