Package chemaxon.marvin.services
Interface ServiceDescriptorWriter
-
@PublicAPI public interface ServiceDescriptorWriter
Writer forServiceDescriptor
s- Since:
- 5.6
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
writeServiceDescriptors(List<chemaxon.marvin.services.ServiceDescriptor> descriptors, OutputStream output)
Writes the descriptors to the specified output
-
-
-
Method Detail
-
writeServiceDescriptors
void writeServiceDescriptors(List<chemaxon.marvin.services.ServiceDescriptor> descriptors, OutputStream output)
Writes the descriptors to the specified output- Parameters:
descriptors
- the list of descriptors to writeoutput
- the output to write
-
-