Class FolderVFS
java.lang.Object
net.thevpc.common.vfs.impl.AbstractVirtualFileSystem
net.thevpc.common.vfs.impl.NativeVFS
net.thevpc.common.vfs.impl.FolderVFS
- All Implemented Interfaces:
VirtualFileSystem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateTempFile(String prefix, String suffix, String folder) Deprecated.toNativePath(String vpath) Deprecated.toVirtualPath(String jpath) Deprecated.Methods inherited from class NativeVFS
delete, exists, get, getACL, getBase, getFileType, getInputStream, getOutputStream, getOutputStream, getParentFile, getRoots, getSecurityManager, isDirectory, isFile, lastModified, length, listFiles, listFiles, mkdir, mkdirs, toNativeFile, toString, toValidJFile, toVFile, writeMethods inherited from class AbstractVirtualFileSystem
copyFrom, copyTo, copyTo, copyTo, copyToNativeTempFile, deleteAll, filter, filter, get, getId, isParentOf, newFile, normalizeVirtualPath, probeContentType, readBytes, renameTo, subfs, subfs, toNativeFile, toPathString, toPathString, writeBytes
-
Constructor Details
-
FolderVFS
Deprecated.
-
-
Method Details
-
toVirtualPath
Deprecated.- Overrides:
toVirtualPathin classAbstractVirtualFileSystem
-
toNativePath
Deprecated.- Overrides:
toNativePathin classAbstractVirtualFileSystem
-
createTempFile
Deprecated.- Specified by:
createTempFilein interfaceVirtualFileSystem- Overrides:
createTempFilein classNativeVFS
-