Class FileProcessorUtils
java.lang.Object
net.thevpc.commons.filetemplate.util.FileProcessorUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringextractWorkDir(String pathString, String defaultWorkdir) static byte[]static StringloadString(InputStream s, String encoding) static StringloadString(Path s) static StringloadString(Path s, String encoding) static voidstatic String[]splitMimeTypes(String mt) static StringtoAbsolute(String pathString, String workingDir) static PathtoAbsolute(Path pathString, Path workingDir) static PathtoAbsolutePath(Path path, Path workingDir) static chartoHex(int nibble) static PathtoRealPath(Path path, Path workingDir)
-
Constructor Details
-
FileProcessorUtils
public FileProcessorUtils()
-
-
Method Details
-
mkdirs
-
extractWorkDir
-
toRealPath
-
toAbsolutePath
-
toAbsolute
-
toAbsolute
-
loadString
-
loadString
-
loadString
-
splitMimeTypes
-
loadBytes
-
toHex
public static char toHex(int nibble)
-