Class FileReference
java.lang.Object
com.flir.thermalsdk.live.importing.FileReference
- All Implemented Interfaces:
Comparable<FileReference>
Abstract file path on
Camera
's filesystem.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FileReference
-
-
Method Details
-
getLocation
Get base part of the file path. -
getPath
Get relative path to the location. Example: Both "image.jpg" and "/image.jpg" would refer to an image file in the folder of location. Note: The path is expressed in a camera-compatible format using forward slashes (/) as the separator. "/image.jpg" would be a valid path even if Atlas Android SDK runs on a Windows system, so utilities like java.io.File.separator should be avoided here. -
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<FileReference>
-