Click or drag to resize

EasyScriptUncompressedDecoder Constructor

Initializes a new instance of the EasyScriptUncompressedDecoder class. Constructor, gets the class ready to parse an uncompressed stream.

Namespace:  EasyScriptAPI
Assembly:  EasyScriptAPI (in EasyScriptAPI.dll) Version: 3.5.29.0 (3.5.29.0)
Syntax
public EasyScriptUncompressedDecoder(
	ISignatureProtocol signatureProtocol,
	int currentPosition,
	List<IEasyScriptEventListener> listeners
)

Parameters

signatureProtocol
Type: EasyScriptAPIISignatureProtocol
Signature protocol to use.
currentPosition
Type: SystemInt32
Current position in the signature stream.
listeners
Type: System.Collections.GenericListIEasyScriptEventListener
Listeners to notify on events.
See Also