org.reflections.vfs
Interface Vfs.File

All Known Implementing Classes:
SystemFile, ZipFile
Enclosing class:
Vfs

public static interface Vfs.File

an abstract vfs file


Method Summary
 java.lang.String getFullPath()
           
 java.io.InputStream getInputStream()
           
 java.lang.String getName()
           
 java.lang.String getRelativePath()
           
 

Method Detail

getName

java.lang.String getName()

getRelativePath

java.lang.String getRelativePath()

getFullPath

java.lang.String getFullPath()

getInputStream

java.io.InputStream getInputStream()
                                   throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2010. All Rights Reserved.