|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.h2.store.fs.FilePath
org.h2.store.fs.FilePathWrapper
org.h2.mvstore.cache.FilePathCache
public class FilePathCache
A file with a read cache.
| Nested Class Summary | |
|---|---|
static class |
FilePathCache.FileCache
A file with a read cache. |
| Field Summary |
|---|
| Fields inherited from class org.h2.store.fs.FilePath |
|---|
name |
| Constructor Summary | |
|---|---|
FilePathCache()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getScheme()
Get the scheme (prefix) for this file provider. |
java.nio.channels.FileChannel |
open(java.lang.String mode)
Open a random access file object. |
static java.nio.channels.FileChannel |
wrap(java.nio.channels.FileChannel f)
|
| Methods inherited from class org.h2.store.fs.FilePathWrapper |
|---|
canWrite, createDirectory, createFile, createTempFile, delete, exists, getBase, getParent, getPath, getPrefix, isAbsolute, isDirectory, lastModified, moveTo, newDirectoryStream, newInputStream, newOutputStream, setReadOnly, size, toRealPath, unwrap, unwrap, wrap |
| Methods inherited from class org.h2.store.fs.FilePath |
|---|
get, getName, getNextTempFileNamePart, register, toString, unregister |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FilePathCache()
| Method Detail |
|---|
public static java.nio.channels.FileChannel wrap(java.nio.channels.FileChannel f)
public java.nio.channels.FileChannel open(java.lang.String mode)
throws java.io.IOException
FilePath
open in class FilePathWrappermode - the access mode. Supported are r, rw, rws, rwd
java.io.IOExceptionpublic java.lang.String getScheme()
FilePathjava.nio.file.spi.FileSystemProvider.getScheme.
getScheme in class FilePath
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||