public abstract class Files extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
deleteAll(Path rootPath) |
static void |
write(InputStream inputStream,
long size,
Path destination) |
public static void deleteAll(Path rootPath) throws IOException
IOExceptionpublic static void write(InputStream inputStream, long size, Path destination) throws IOException
IOExceptionCopyright © 2022. All rights reserved.