Class GZipFileDocumentTarget

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

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

    • GZipFileDocumentTarget

      public GZipFileDocumentTarget(File os)
      Parameters:
      os - the actual file
  • Method Details