public interface TableParser
Modifier and Type | Method and Description |
---|---|
boolean |
isCachable() |
PropertyTableData |
parse(Concept concept) |
PropertyTableData |
parse(Concept concept,
InputStream in) |
PropertyTableData |
parse(Concept concept,
ReadableByteChannel in) |
SliceTableData |
parse(Slice slice) |
SliceTableData |
parse(Slice slice,
InputStream in) |
SliceTableData |
parse(Slice slice,
ReadableByteChannel in) |
SliceTableData parse(Slice slice) throws IOException, JAXBException, DsplException
IOException
JAXBException
DsplException
PropertyTableData parse(Concept concept) throws IOException, JAXBException, DsplException
IOException
JAXBException
DsplException
SliceTableData parse(Slice slice, InputStream in) throws IOException, JAXBException, DsplException
IOException
JAXBException
DsplException
PropertyTableData parse(Concept concept, InputStream in) throws IOException, JAXBException, DsplException
IOException
JAXBException
DsplException
SliceTableData parse(Slice slice, ReadableByteChannel in) throws IOException, JAXBException, DsplException
IOException
JAXBException
DsplException
PropertyTableData parse(Concept concept, ReadableByteChannel in) throws IOException, JAXBException, DsplException
IOException
JAXBException
DsplException
boolean isCachable()
Copyright © 2016 Metron, Inc.. All rights reserved.