Class FilePathEncrypt
- 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.FilePathEncrypt
-
public class FilePathEncrypt extends FilePathWrapper
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFilePathEncrypt.FileEncrypt
-
Constructor Summary
Constructors Constructor Description FilePathEncrypt()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static byte[]getPasswordBytes(char[] var0)StringgetScheme()InputStreamnewInputStream()OutputStreamnewOutputStream(boolean var1)FileChannelopen(String var1)static voidregister()longsize()FilePathunwrap(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, setReadOnly, toRealPath, unwrap, wrap
-
-
-
-
Method Detail
-
register
public static void register()
-
open
public FileChannel open(String var1) throws IOException
- Overrides:
openin classFilePathWrapper- Throws:
IOException
-
size
public long size()
- Overrides:
sizein classFilePathWrapper
-
newOutputStream
public OutputStream newOutputStream(boolean var1) throws IOException
- Overrides:
newOutputStreamin classFilePathWrapper- Throws:
IOException
-
newInputStream
public InputStream newInputStream() throws IOException
- Overrides:
newInputStreamin classFilePathWrapper- Throws:
IOException
-
getPasswordBytes
public static byte[] getPasswordBytes(char[] var0)
-
-