Package io.dialob.client.spi.support
Class FileUtils
- java.lang.Object
-
- io.dialob.client.spi.support.FileUtils
-
public class FileUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description FileUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringcleanPath(String path)static StringcleanPathEnd(String path)static StringcleanPathStart(String path)static List<String>splitPath(String path)static InputStreamtoInputStream(Class<?> type, String resource)static StringtoString(Class<?> type, String resource)static StringtoString(Object type, String resource)
-
-
-
Method Detail
-
toInputStream
public static InputStream toInputStream(Class<?> type, String resource)
-
-