Package org.apache.derby.impl.io.vfmem


package org.apache.derby.impl.io.vfmem
  • Classes
    Class
    Description
    Stores data in blocks, and supports reading/writing data from/into these blocks.
    An input stream reading from a blocked byte array.
    Output stream writing bytes into an underlying blocked byte array.
    A virtual data store, keeping track of all the virtual files existing and offering a set of high-level operations on virtual files.
    A data store entry representing either a file or a directory.
    Helper methods to deal with paths in the in-memory "file system".
    Represents a file in the virtual file system.
    A random access file capable of reading and writing from/into a virtual file whose data is represented by a BlockedByteArray.