Package org.reflections.vfs
Class SystemFile
- java.lang.Object
-
- org.reflections.vfs.SystemFile
-
-
Constructor Summary
Constructors Constructor Description SystemFile(SystemDir root, File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()StringgetRelativePath()InputStreamopenInputStream()StringtoString()
-
-
-
Method Detail
-
getRelativePath
public String getRelativePath()
- Specified by:
getRelativePathin interfaceVfs.File
-
openInputStream
public InputStream openInputStream()
- Specified by:
openInputStreamin interfaceVfs.File
-
-