public class IOExtensions extends Object
| Constructor and Description |
|---|
IOExtensions() |
| Modifier and Type | Method and Description |
|---|---|
static Path |
newPath(String first) |
static Path |
newPath(String first,
String... more) |
static Path |
newPath(URI uri) |
static byte[] |
newPrimitiveByteArray(URL url) |
static String |
readString(URL url) |
static Path |
write(Path path,
byte[] bytes,
OpenOption... options) |
static Path |
write(URL url,
Path to,
OpenOption... options) |
public static Path write(URL url, Path to, OpenOption... options)
public static Path write(Path path, byte[] bytes, OpenOption... options)
public static byte[] newPrimitiveByteArray(URL url)
Copyright © 2021 vpc open source initiative. All rights reserved.