Module org.refcodes.filesystem
Package org.refcodes.filesystem
Interface FileSizeAccessor.FileSizeMutator
- All Known Subinterfaces:
FileHandle.MutableFileHandle,FileSizeAccessor.FileSizeProperty
- All Known Implementing Classes:
FileHandleImpl.MutableFileHandleImpl
- Enclosing interface:
- FileSizeAccessor
public static interface FileSizeAccessor.FileSizeMutator
Provides a mutator for a size property.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetFileSize(long aSize) Sets the size for the size property.
-
Method Details
-
setFileSize
void setFileSize(long aSize) Sets the size for the size property.- Parameters:
aSize- The size to be stored by the size property.
-