IXamlOutputSaver
public interface IXamlOutputSaver
Represents an output saver implementation for transfer data to the external storage.
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| path | java.lang.String | The destination path. |
| data | byte[] | A binary data for saving to a destination location. |