Class FileProcessorUtils
java.lang.Object
net.thevpc.nsite.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(NPath s) static StringloadString(NPath s, String encoding) static voidstatic String[]splitMimeTypes(String mt) static StringtoAbsolute(String pathString, String workingDir) static NPathtoAbsolute(NPath pathString, NPath workingDir) static NPathtoAbsolutePath(NPath path, NPath workingDir) static chartoHex(int nibble) static NPathtoRealPath(NPath path, NPath 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)
-