public class FileProcessorUtils extends Object
| Constructor and Description |
|---|
FileProcessorUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
extractWorkDir(String pathString,
String defaultWorkdir) |
static byte[] |
loadBytes(InputStream s) |
static String |
loadString(InputStream s,
String encoding) |
static String |
loadString(Path s) |
static String |
loadString(Path s,
String encoding) |
static void |
mkdirs(Path parent) |
static String[] |
splitMimeTypes(String mt) |
static Path |
toAbsolute(Path pathString,
Path workingDir) |
static String |
toAbsolute(String pathString,
String workingDir) |
static Path |
toAbsolutePath(Path path,
Path workingDir) |
static char |
toHex(int nibble) |
static Path |
toRealPath(Path path,
Path workingDir) |
public static void mkdirs(Path parent)
public static String loadString(InputStream s, String encoding)
public static byte[] loadBytes(InputStream s)
public static char toHex(int nibble)
Copyright © 2022 vpc open source initiative. All rights reserved.