Package com.stimulsoft.report.saveLoad
Class StiJsonDictionarySLService
java.lang.Object
com.stimulsoft.report.saveLoad.StiDictionarySLService
com.stimulsoft.report.saveLoad.StiJsonDictionarySLService
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidload(StiDictionary dictionary, InputStream stream) Loads a dictionay of data from the stream.voidmerge(StiDictionary dictionary, InputStream stream) Merge dictionary of data from the stream.voidsave(StiDictionary dictionary, OutputStream stream) Saves a dictionary of data in the stream.
-
Constructor Details
-
StiJsonDictionarySLService
public StiJsonDictionarySLService()
-
-
Method Details
-
save
Description copied from class:StiDictionarySLServiceSaves a dictionary of data in the stream.- Specified by:
savein classStiDictionarySLService- Parameters:
dictionary- Dictionary of the data for saving.stream- Stream to save dictionary of data.
-
load
Description copied from class:StiDictionarySLServiceLoads a dictionay of data from the stream.- Specified by:
loadin classStiDictionarySLService- Parameters:
dictionary- Dictionary of the data in which loading will be done.stream- Stream to load dictionary of data.
-
merge
Description copied from class:StiDictionarySLServiceMerge dictionary of data from the stream.- Specified by:
mergein classStiDictionarySLService- Parameters:
dictionary- Merge the dictionary of the data.stream- Stream to merge the dictionary of the data.
-
getFilter
-