public abstract class OntologyChangeDataSerializer<R extends org.semanticweb.owlapi.change.OWLOntologyChangeData> extends Object
| Constructor and Description |
|---|
OntologyChangeDataSerializer() |
| Modifier and Type | Method and Description |
|---|---|
abstract R |
read(BinaryOWLInputStream inputStream) |
abstract void |
write(R changeData,
BinaryOWLOutputStream outputStream) |
public abstract void write(R changeData, BinaryOWLOutputStream outputStream) throws IOException
IOExceptionpublic abstract R read(BinaryOWLInputStream inputStream) throws IOException, BinaryOWLParseException
IOExceptionBinaryOWLParseExceptionCopyright © 2015. All Rights Reserved.