Interface FileAttributes

All Known Implementing Classes:
ImmutableFileAttributes

public interface FileAttributes
  • Method Details

    • getFileName

      String getFileName()
    • getLastModifiedTime

      long getLastModifiedTime()
    • getCreationTime

      long getCreationTime()
    • getType

    • getSize

      long getSize()
    • isReadOnly

      default boolean isReadOnly()