|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.h2.store.fs.FileSystem
org.h2.store.fs.FileSystemWrapper
org.h2.test.unit.FileSystemCrypt
public class FileSystemCrypt
This file system encrypts the data.
| Constructor Summary | |
|---|---|
FileSystemCrypt()
|
|
| Method Summary | |
|---|---|
protected java.lang.String |
getPrefix()
Get the prefix for this file system. |
long |
length(java.lang.String fileName)
Get the length of a file. |
FileObject |
openFileObject(java.lang.String fileName,
java.lang.String mode)
Open a random access file object. |
| Methods inherited from class org.h2.store.fs.FileSystemWrapper |
|---|
accepts, canWrite, copy, createDirs, createNewFile, createTempFile, delete, deleteRecursive, exists, fileStartsWith, getAbsolutePath, getFileName, getLastModified, getParent, isAbsolute, isDirectory, isReadOnly, listFiles, normalize, openFileInputStream, openFileOutputStream, rename, setReadOnly, tryDelete, unwrap |
| Methods inherited from class org.h2.store.fs.FileSystem |
|---|
getInstance, getNextTempFileNamePart, mkdirs, register, unregister |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileSystemCrypt()
| Method Detail |
|---|
protected java.lang.String getPrefix()
FileSystemWrapper
getPrefix in class FileSystemWrapperpublic long length(java.lang.String fileName)
FileSystem
length in class FileSystemWrapperfileName - the file name
public FileObject openFileObject(java.lang.String fileName,
java.lang.String mode)
FileSystem
openFileObject in class FileSystemWrapperfileName - the file namemode - the access mode. Supported are r, rw, rws, rwd
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||