public abstract class AbstractClosureReader extends Object implements GraphReader
Modifier and Type | Field and Description |
---|---|
protected InputStream |
stream |
Constructor and Description |
---|
AbstractClosureReader(InputStream stream) |
AbstractClosureReader(OWLGraphWrapper g) |
AbstractClosureReader(String file) |
Modifier and Type | Method and Description |
---|---|
InputStream |
getStream() |
abstract void |
read() |
void |
read(String file) |
void |
setStream(InputStream stream) |
void |
setStream(String file) |
protected InputStream stream
public AbstractClosureReader(InputStream stream)
public AbstractClosureReader(String file)
public AbstractClosureReader(OWLGraphWrapper g)
public InputStream getStream()
public void setStream(InputStream stream)
public void setStream(String file)
public void read(String file) throws IOException
read
in interface GraphReader
IOException
public abstract void read() throws IOException
read
in interface GraphReader
IOException
Copyright © 2010–2015. All rights reserved.