public static class CommonsVfs2UrlType.File extends Object implements Vfs.File
| Constructor and Description |
|---|
File(org.apache.commons.vfs2.FileObject root,
org.apache.commons.vfs2.FileObject file) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getRelativePath() |
InputStream |
openInputStream() |
public File(org.apache.commons.vfs2.FileObject root,
org.apache.commons.vfs2.FileObject file)
public String getRelativePath()
getRelativePath in interface Vfs.Filepublic InputStream openInputStream() throws IOException
openInputStream in interface Vfs.FileIOExceptionCopyright © 2015. All rights reserved.