Modifier and Type | Method and Description |
---|---|
static ExifProperty[] |
ComparisonFacade.compareExif(InputStream stream1,
InputStream stream2,
int searchType)
Compares the EXIF images like JPEG, TIFF.
|
static ExifProperty[] |
ComparisonFacade.compareExif(String path1,
String path2,
int searchType)
Compares the EXIF images like JPEG, TIFF.
|
static ExifProperty[] |
SearchFacade.scanExif(InputStream stream,
String propertyOrPhrase)
Scans the EXIF metadata.
|
static ExifProperty[] |
SearchFacade.scanExif(InputStream stream,
String propertyOrPhrase,
int searchCondition)
Scans the EXIF metadata.
|
static ExifProperty[] |
SearchFacade.scanExif(String path,
String propertyOrPhrase)
Scans the EXIF metadata.
|
static ExifProperty[] |
SearchFacade.scanExif(String path,
String propertyOrPhrase,
int searchCondition)
Scans the EXIF metadata.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ExifProperty.equals(ExifProperty other)
Indicates whether the current object is equal to another object of the same type.
|
Copyright © 2017. All rights reserved.