Class StreamDocumentTarget

java.lang.Object
org.semanticweb.owlapi.io.StreamDocumentTarget
All Implemented Interfaces:
OWLOntologyDocumentTarget

public class StreamDocumentTarget extends Object implements OWLOntologyDocumentTarget
Since:
2.2.0
Author:
Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
  • Constructor Details

    • StreamDocumentTarget

      public StreamDocumentTarget(OutputStream os)
      Parameters:
      os - the actual output stream
  • Method Details