public class IOUtilsImpl extends Object
IOUtilsImpl()
boolean
isFile(Path path)
Stream<String>
lines(Path path)
Stream<Path>
listFiles(Path root, Predicate<Path> filter)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public IOUtilsImpl()
public Stream<String> lines(Path path) throws RuntimeIOException
RuntimeIOException
public Stream<Path> listFiles(Path root, Predicate<Path> filter)
public boolean isFile(Path path)
Copyright © 2014–2018. All rights reserved.