Package org.h2.store.fs


package org.h2.store.fs

A file system abstraction.

  • Class
    Description
    Fake file channel to use by in-memory and ZIP file systems.
    The base class for file implementations.
    Default implementation of the slow operations that need synchronization because they involve the file position.
    Allows to read from a file channel like an input stream.
    A path to a file.
    The base class for wrapping / delegating file systems such as the split file system.
    This utility class contains utility functions that use the file system abstraction.
    A recorder for the recording file system.