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.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Provides a mutator for a size property.
    static interface 
    Provides a size property.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Retrieves the size from the size property.
  • Method Details

    • getFileSize

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