public class EditableInstrumentStorage
extends java.lang.Object
Constructor and Description |
---|
EditableInstrumentStorage() |
Modifier and Type | Method and Description |
---|---|
IEditableInstrument |
load(java.io.InputStream is,
java.lang.String name)
Loading the instrument definition ...
|
void |
save(IEditableInstrument model,
java.io.OutputStream os) |
public void save(IEditableInstrument model, java.io.OutputStream os) throws java.lang.Exception
java.lang.Exception
public IEditableInstrument load(java.io.InputStream is, java.lang.String name) throws java.lang.Exception
is
- java.lang.Exception