Class FilterFs

All Implemented Interfaces:
PathCapabilities
Direct Known Subclasses:
ChecksumFs

@Private @Evolving public abstract class FilterFs extends AbstractFileSystem
A FilterFs contains some other file system, which it uses as its basic file system, possibly transforming the data along the way or providing additional functionality. The class FilterFs itself simply overrides all methods of AbstractFileSystem with versions that pass all requests to the contained file system. Subclasses of FilterFs may further override some of these methods and may also provide additional methods and fields.