Package | Description |
---|---|
com.google.common.io |
This package contains utility methods and classes for working with Java I/O; for example input
streams, output streams, readers, writers, and files.
|
Modifier and Type | Method and Description |
---|---|
private static void |
MoreFiles.checkAllowsInsecure(java.nio.file.Path path,
RecursiveDeleteOption[] options)
Checks that the given options allow an insecure delete, throwing an exception if not.
|