Package org.reflections.vfs
Interface Vfs.File
-
- All Known Implementing Classes:
JarInputFile
,SystemFile
,ZipFile
- Enclosing class:
- Vfs
public static interface Vfs.File
an abstract vfs file
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
java.lang.String
getRelativePath()
java.io.InputStream
openInputStream()
-