Class VolumeFileSystem<FD>

java.lang.Object
de.xima.fc.common.filesystem.VolumeFileSystem<FD>
Type Parameters:
FD - The type of the file system entries.
All Implemented Interfaces:
Serializable

public final class VolumeFileSystem<FD> extends Object implements Serializable
Combines a ICommonFileSystemVolume with a ICommonFileSystem. This is useful when you need to convince Java that the type arguments of the volume and file system are the same.
See Also: