public interface IXamlOutputSaver
Represents an output saver implementation for transfer data to the external storage.
Modifier and Type | Method and Description |
---|---|
void |
save(java.lang.String path,
byte[] data)
Saves a bytes array to a destination location.
|