Interface FileSizeAccessor

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.
  • Method Details

    • getFileSize

      long getFileSize()
      Retrieves the size from the size property.
      Returns:
      The size stored by the size property.