public interface BinaryOWLDocumentBodySerializer
An interface to objects that can read and write the document "part" of binary OWL documents which is everything after the document preamble.
| Modifier and Type | Method and Description |
|---|---|
<T extends Throwable> |
read(DataInputStream dis,
BinaryOWLOntologyDocumentHandler<T> handler,
org.semanticweb.owlapi.model.OWLDataFactory dataFactory) |
void |
write(OWLOntologyDocument ontology,
DataOutputStream dos,
BinaryOWLMetadata documentMetadata) |
<T extends Throwable> void read(DataInputStream dis, BinaryOWLOntologyDocumentHandler<T> handler, org.semanticweb.owlapi.model.OWLDataFactory dataFactory) throws IOException, BinaryOWLParseException, org.semanticweb.owlapi.model.UnloadableImportException, T extends Throwable
IOExceptionBinaryOWLParseExceptionorg.semanticweb.owlapi.model.UnloadableImportExceptionT extends Throwablevoid write(OWLOntologyDocument ontology, DataOutputStream dos, BinaryOWLMetadata documentMetadata) throws IOException
IOExceptionCopyright © 2015. All Rights Reserved.