Interface ServiceDescriptorWriter


@PublicAPI public interface ServiceDescriptorWriter
Writer for ServiceDescriptors
Since:
5.6
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    writeServiceDescriptors(List<chemaxon.marvin.services.ServiceDescriptor> descriptors, OutputStream output)
    Writes the descriptors to the specified output
  • Method Details

    • 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 write
      output - the output to write