Class FilePathNio
- java.lang.Object
-
- org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePath
-
- org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathWrapper
-
- org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathNio
-
public class FilePathNio extends FilePathWrapper
-
-
Constructor Summary
Constructors Constructor Description FilePathNio()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetScheme()FileChannelopen(String var1)-
Methods inherited from class org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathWrapper
canWrite, createDirectory, createFile, createTempFile, delete, exists, getParent, getPath, isAbsolute, isDirectory, lastModified, moveTo, newDirectoryStream, newInputStream, newOutputStream, setReadOnly, size, toRealPath, unwrap, wrap
-
-
-
-
Method Detail
-
open
public FileChannel open(String var1) throws IOException
- Overrides:
openin classFilePathWrapper- Throws:
IOException
-
-