| Package | Description |
|---|---|
| org.bridje.vfs |
| Modifier and Type | Method and Description |
|---|---|
VFile |
VFile.getParent()
Return VFile object that represent the parent of the file in the VFS
tree.
|
VFile |
VFileOutputStream.getVFile()
Gets the VFile that this stream writes to.
|
VFile |
VFileInputStream.getVFile()
Gets the underliying VFile.
|
VFile[] |
VFile.listFiles()
Return VFile Array with the names of files and folder that they exist in
this path attribute.
|
VFile[] |
VFile.search(GlobExpr globExpr)
This method we utilized it when we want to search any file inside of the
path for example: VFile[] files = file.search(new GlobExpr("*.txt"));
this code return VFile[] with all files with txt extension, we can
utilize in the quest any regular expression.
|
VFile[] |
VfsService.search(GlobExpr globExpr,
Path path)
This method we utilized it when we want to search any file inside of the
path
|
| Constructor and Description |
|---|
VFileInputStream(VFile vfile)
Default contructor for the VFileInputStream object.
|
VFileOutputStream(VFile vfile)
Defaults constructor for this object.
|
Copyright © 2015–2017 Bridje Framework. All rights reserved.