Package org.entityfs.util.base

Abstract base classes that can be inherited to implement entity-like objects (for instance mock files).

See:
          Description

Class Summary
AbstractReadableFile This abstract class can be used as a starting point for ReadableFile implementations.
AbstractReadWritableFile This class can be used as a starting point for ReadWritableFile implementations.
AbstractWritableFile This class can be used as a starting point for WritableFile implementations.
EmptyRandomAccess This object represents a read-only, empty RandomAccess file.
 

Package org.entityfs.util.base Description

Abstract base classes that can be inherited to implement entity-like objects (for instance mock files).

Since:
1.0
Author:
Karl Gustafsson