IXamlOutputSaver

public interface IXamlOutputSaver

Represents an output saver implementation for transfer data to the external storage.

Methods

MethodDescription
save(String path, byte[] data)Saves a bytes array to a destination location.

save(String path, byte[] data)

public abstract void save(String path, byte[] data)

Saves a bytes array to a destination location.

Parameters:

ParameterTypeDescription
pathjava.lang.StringThe destination path.
databyte[]A binary data for saving to a destination location.