Package com.stimulsoft.report.saveLoad
Class StiDictionarySLService
java.lang.Object
com.stimulsoft.report.saveLoad.StiDictionarySLService
- Direct Known Subclasses:
StiJsonDictionarySLService,StiXmlDictionarySLService
Describes an abstract class that allows to save, load and merge dictionaries of data.
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidload(StiDictionary dictionary, InputStream stream) Loads a dictionay of data from the stream.abstract voidmerge(StiDictionary dictionary, InputStream stream) Merge dictionary of data from the stream.abstract voidsave(StiDictionary dictionary, OutputStream stream) Saves a dictionary of data in the stream.
-
Constructor Details
-
StiDictionarySLService
public StiDictionarySLService()
-
-
Method Details
-
save
Saves a dictionary of data in the stream.- Parameters:
dictionary- Dictionary of the data for saving.stream- Stream to save dictionary of data.
-
load
Loads a dictionay of data from the stream.- Parameters:
dictionary- Dictionary of the data in which loading will be done.stream- Stream to load dictionary of data.
-
merge
Merge dictionary of data from the stream.- Parameters:
dictionary- Merge the dictionary of the data.stream- Stream to merge the dictionary of the data.
-