chemaxon.marvin.services
Interface ServiceDescriptorWriter


public interface ServiceDescriptorWriter

Writer for ServiceDescriptors

Since:
5.6
Author:
Istvan Rabel

Method Summary
 void writeServiceDescriptors(java.util.List<chemaxon.marvin.services.ServiceDescriptor> descriptors, java.io.OutputStream output)
          Writes the descriptors to the specified output
 

Method Detail

writeServiceDescriptors

void writeServiceDescriptors(java.util.List<chemaxon.marvin.services.ServiceDescriptor> descriptors,
                             java.io.OutputStream output)
Writes the descriptors to the specified output

Parameters:
descriptors - the list of descriptors to write
output - the output to write