Package com.jogamp.gluegen.jcpp
Interface VirtualFile
public interface VirtualFile
An extremely lightweight virtual file interface.
-
Method Summary
-
Method Details
-
isFile
boolean isFile() -
getPath
String getPath() -
getName
String getName() -
getParentFile
VirtualFile getParentFile() -
getChildFile
-
getSource
- Throws:
IOException
-