Klasse TxtShow

Alle implementierten Schnittstellen:
Serializable, Cloneable, Iterable<ShowRec>, Collection<ShowRec>, Deque<ShowRec>, List<ShowRec>, Queue<ShowRec>, SequencedCollection<ShowRec>
Bekannte direkte Unterklassen:
TimeLocShow

public sealed class TxtShow extends Show permits TimeLocShow
A show that is to be completed by GPS info (time longitude latitude).
Siehe auch:
  • Konstruktordetails

    • TxtShow

      public TxtShow(Path filePath) throws de.zocher_regel.util.UtilException
      Constructor from an IrfanView file (*.txt).
      Parameter:
      filePath - of the IrfanView file
      Löst aus:
      de.zocher_regel.util.UtilException - in case of any error
  • Methodendetails

    • compareLastModified

      static int compareLastModified(File file1, File file2)
      Compares the modified dates of two files.
      Parameter:
      file1 - whose last modified date is checked
      file2 - whose last modified date is checked
      Gibt zurück:
      <0 if file1<file2, 0 if equal, >0 if file1>file2.
    • filePath

      public Path filePath()
      A TxtShow is created from an IrfanView show file (*.txt).
      Angegeben von:
      filePath in Klasse Show
      Gibt zurück:
      the path of this text file.
    • dirPath

      public Path dirPath()
      A TxtShow is created from an IrfanView show file (*.txt).
      Angegeben von:
      dirPath in Klasse Show
      Gibt zurück:
      the path of the directory where it resides.