org.reflections.vfs
Interface Vfs.File

All Known Implementing Classes:
CommonsVfs2UrlType.File, JarInputFile, SystemFile, ZipFile
Enclosing class:
Vfs

public static interface Vfs.File

an abstract vfs file


Method Summary
 String getName()
           
 String getRelativePath()
           
 InputStream openInputStream()
           
 

Method Detail

getName

String getName()

getRelativePath

String getRelativePath()

openInputStream

InputStream openInputStream()
                            throws IOException
Throws:
IOException


Copyright © 2013. All Rights Reserved.