|
BinaryDocument object
Prototype for BinaryDocument objects SyntaxTo create a BinaryDocument do this:
var parameters = new Document.Parameters ( );
var doc = new Document (parameters, "view"); Parametersnone. Use Document constructor. Property Ofnone. Implemented InECMerge 2.4 DescriptionBinaryDocument are the documents used to compare binary files. They are currently read-only. They allow you to determine precisely how two or three documents compare which differences are present between the pairs of files. The BinaryDocument let you access the content of any file in numerical manner with BinaryDocument.Content.read_number . Properties
Properties of information[side]
Methods
differences
See Also
Method differencesSyntaxfunction differences ( couple )
Parameterscouple. Side Couple string. Couple for which the differences are requested. In 2-way, only "left-right" is legal. Method OfTextDocument object. Implemented InECMerge 2.1 DescriptionReturns a Array of differences describing the left side in the given couple was modified with respect to the other side of the couple. ExamplesExample 1.Displays a message box telling whether the two sides are identical or not:
var doc = current_frame.coordinator.document;
See Also
Method finalize_differencesSyntaxfunction finalize_differences ( ) Parametersnone. Method OfBinaryDocument object. Implemented InECMerge 2.4 DescriptionThis method forces the comparison engine to compute all the differences. See Also
|
|||||||||||||