Class FileInfo

java.lang.Object
com.flir.thermalsdk.live.importing.FileInfo

public class FileInfo extends Object
Describes a file on the Camera's filesystem.
  • Field Details

    • name

      public final String name
      The name of the file, without the path (like Unix's basename).
    • reference

      public final FileReference reference
      The abstract path to the file.
    • time

      public final LocalDateTime time
      The time this file was last changed.
    • size

      public final long size
      The file size in bytes.
    • isDirectory

      public final boolean isDirectory
      True if this file object represents a directory, false otherwise.
  • Constructor Details

  • Method Details