public class ComparisonFacade extends Object
Represents utility to work with metadata comparison.
Constructor and Description |
---|
ComparisonFacade() |
Modifier and Type | Method and Description |
---|---|
static MetadataPropertyCollection |
compareDocuments(InputStream stream1,
InputStream stream2,
int searchType)
Compares the documents like Word, Pdf, PowerPoint and Excel.
|
static MetadataPropertyCollection |
compareDocuments(String path1,
String path2,
int searchType)
Compares the documents like Word, Pdf, PowerPoint and Excel.
|
static ExifProperty[] |
compareExif(InputStream stream1,
InputStream stream2,
int searchType)
Deprecated.
|
static ExifProperty[] |
compareExif(String path1,
String path2,
int searchType)
Deprecated.
|
static TiffTag[] |
compareExifTags(InputStream stream1,
InputStream stream2,
int searchType)
Compares the EXIF images like JPEG, TIFF.
|
static TiffTag[] |
compareExifTags(String path1,
String path2,
int searchType)
Compares the EXIF images like JPEG, TIFF.
|
public static MetadataPropertyCollection compareDocuments(String path1, String path2, int searchType)
Compares the documents like Word, Pdf, PowerPoint and Excel.
path1
- Origin document.path2
- Comparing document.searchType
- Defines how to compare documents.MetadataPropertyCollection
.public static MetadataPropertyCollection compareDocuments(InputStream stream1, InputStream stream2, int searchType)
Compares the documents like Word, Pdf, PowerPoint and Excel.
stream1
- Origin document stream.stream2
- Comparing document stream.searchType
- Defines how to compare documents.MetadataPropertyCollection
.@Deprecated public static ExifProperty[] compareExif(String path1, String path2, int searchType)
Compares the EXIF images like JPEG, TIFF.
path1
- Origin document.path2
- Comparing document.searchType
- Defines how to compare images.ExifProperty
.public static TiffTag[] compareExifTags(String path1, String path2, int searchType)
Compares the EXIF images like JPEG, TIFF.
path1
- Origin document.path2
- Comparing document.searchType
- Defines how to compare images.TiffTag
.@Deprecated public static ExifProperty[] compareExif(InputStream stream1, InputStream stream2, int searchType)
Compares the EXIF images like JPEG, TIFF.
stream1
- Origin document stream.stream2
- Comparing document stream.searchType
- Defines how to compare images.ExifProperty
.public static TiffTag[] compareExifTags(InputStream stream1, InputStream stream2, int searchType)
Compares the EXIF images like JPEG, TIFF.
stream1
- Origin document stream.stream2
- Comparing document stream.searchType
- Defines how to compare images.TiffTag
.Copyright © 2018. All rights reserved.