public interface VirtualFile
Modifier and Type | Method and Description |
---|---|
boolean |
exists() |
VirtualFile |
getChild(String string) |
List<VirtualFile> |
getFileChildrenRecursively() |
String |
getName() |
String |
getPathName() |
long |
getSize() |
boolean |
isFile() |
InputStream |
openStream() |
InputStream openStream() throws IOException
IOException
long getSize()
String getName()
List<VirtualFile> getFileChildrenRecursively() throws IOException
IOException
boolean isFile()
String getPathName()
VirtualFile getChild(String string)
boolean exists()
Copyright © 2020. All rights reserved.