Package org.nd4j.common.io
Class VfsUtils
- java.lang.Object
-
- org.nd4j.common.io.VfsUtils
-
public abstract class VfsUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static MethodVIRTUAL_FILE_METHOD_VISITprotected static Class<?>VIRTUAL_FILE_VISITOR_INTERFACE
-
Constructor Summary
Constructors Constructor Description VfsUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static StringdoGetPath(Object resource)protected static ObjectdoGetVisitorAttribute()protected static ObjectgetRoot(URL url)protected static ObjectinvokeVfsMethod(Method method, Object target, Object... args)
-
-
-
Method Detail
-
invokeVfsMethod
protected static Object invokeVfsMethod(Method method, Object target, Object... args) throws IOException
- Throws:
IOException
-
getRoot
protected static Object getRoot(URL url) throws IOException
- Throws:
IOException
-
doGetVisitorAttribute
protected static Object doGetVisitorAttribute()
-
-