Class FilePathDisk
- java.lang.Object
-
- org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePath
-
- org.dizitart.no2.mvstore.compat.v1.mvstore.fs.FilePathDisk
-
public class FilePathDisk extends FilePath
-
-
Constructor Summary
Constructors Constructor Description FilePathDisk()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanWrite()voidcreateDirectory()booleancreateFile()FilePathcreateTempFile(String var1, boolean var2)voiddelete()booleanexists()static StringexpandUserHomeDirectory(String var0)FilePathgetParent()FilePathDiskgetPath(String var1)StringgetScheme()booleanisAbsolute()booleanisDirectory()longlastModified()voidmoveTo(FilePath var1, boolean var2)List<FilePath>newDirectoryStream()InputStreamnewInputStream()OutputStreamnewOutputStream(boolean var1)FileChannelopen(String var1)booleansetReadOnly()longsize()FilePathDisktoRealPath()
-
-
-
Method Detail
-
getPath
public FilePathDisk getPath(String var1)
-
createFile
public boolean createFile()
- Specified by:
createFilein classFilePath
-
newDirectoryStream
public List<FilePath> newDirectoryStream()
- Specified by:
newDirectoryStreamin classFilePath
-
setReadOnly
public boolean setReadOnly()
- Specified by:
setReadOnlyin classFilePath
-
toRealPath
public FilePathDisk toRealPath()
- Specified by:
toRealPathin classFilePath
-
isDirectory
public boolean isDirectory()
- Specified by:
isDirectoryin classFilePath
-
isAbsolute
public boolean isAbsolute()
- Specified by:
isAbsolutein classFilePath
-
lastModified
public long lastModified()
- Specified by:
lastModifiedin classFilePath
-
createDirectory
public void createDirectory()
- Specified by:
createDirectoryin classFilePath
-
newOutputStream
public OutputStream newOutputStream(boolean var1) throws IOException
- Specified by:
newOutputStreamin classFilePath- Throws:
IOException
-
newInputStream
public InputStream newInputStream() throws IOException
- Specified by:
newInputStreamin classFilePath- Throws:
IOException
-
open
public FileChannel open(String var1) throws IOException
- Specified by:
openin classFilePath- Throws:
IOException
-
createTempFile
public FilePath createTempFile(String var1, boolean var2) throws IOException
- Overrides:
createTempFilein classFilePath- Throws:
IOException
-
-