Class GZipStreamDocumentTarget

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

public class GZipStreamDocumentTarget extends Object implements OWLOntologyDocumentTarget
An ontology document target which can write to a GZIP stream. Notice that this works best when the output stream is closed explicitly in the client code.
Since:
3.4.8
Author:
ignazio
  • Constructor Details

    • GZipStreamDocumentTarget

      public GZipStreamDocumentTarget(OutputStream os)
      Parameters:
      os - the actual file
  • Method Details