Package org.reflections.vfs
Interface Vfs.File
-
- All Known Implementing Classes:
JarInputFile,SystemFile,ZipFile
- Enclosing class:
- Vfs
public static interface Vfs.Filean abstract vfs file
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()StringgetRelativePath()InputStreamopenInputStream()
-
-
-
Method Detail
-
getName
String getName()
-
getRelativePath
String getRelativePath()
-
openInputStream
InputStream openInputStream() throws IOException
- Throws:
IOException
-
-