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.File
public InputStream openInputStream() throws IOException
openInputStream
in interface Vfs.File
IOException
Copyright © 2019. All rights reserved.