Package chemaxon.marvin.services
Interface ServiceDescriptorWriter
Writer for
ServiceDescriptor
s- Since:
- 5.6
-
Method Summary
Modifier and TypeMethodDescriptionvoid
writeServiceDescriptors
(List<ServiceDescriptor> descriptors, OutputStream output) Writes the descriptors to the specified output
-
Method Details
-
writeServiceDescriptors
Writes the descriptors to the specified output- Parameters:
descriptors
- the list of descriptors to writeoutput
- the output to write
-