Uses of Interface
org.refcodes.filesystem.FileSizeAccessor
-
Uses of FileSizeAccessor in org.refcodes.filesystem
Subinterfaces of FileSizeAccessor in org.refcodes.filesystemModifier and TypeInterfaceDescriptioninterfaceA file (handle) (descriptor) describes a file in a file system.static interfaceThe mutableFileHandleallows the modification of (fiddling around with) attributes. ------------------------------------------------------------------------- ATTENTION: Usually fiddling around with attributes is not necessary, as theFileSystemitself provides the sufficient functionality to work with files.static interfaceProvides a size property.Classes in org.refcodes.filesystem that implement FileSizeAccessorModifier and TypeClassDescriptionclassStraight forward implementation of theFileHandle,.classThe implementation of aFileHandle.MutableFileHandle. ------------------------------------------------------------------------- CAUTION: fiddling with the path and the name attributes causes theFileHandleImpl.MutableFileHandleImpl.hashCode()andFileHandleImpl.MutableFileHandleImpl.equals(Object)methods to change behavior which can cause problems especially in collections!