- All Known Subinterfaces:
FileHandle,FileHandle.MutableFileHandle,FileSizeAccessor.FileSizeProperty
- All Known Implementing Classes:
FileHandleImpl,FileHandleImpl.MutableFileHandleImpl
public interface FileSizeAccessor
Provides an accessor for a size property.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceProvides a mutator for a size property.static interfaceProvides a size property. -
Method Summary
-
Method Details
-
getFileSize
long getFileSize()Retrieves the size from the size property.- Returns:
- The size stored by the size property.
-