public interface TableWriter
Modifier and Type | Method and Description |
---|---|
void |
write(Concept concept,
PropertyTableData data,
OutputStream stream) |
void |
write(Concept concept,
PropertyTableData data,
WritableByteChannel channel) |
void |
write(Slice slice,
SliceTableData data,
OutputStream stream) |
void |
write(Slice slice,
SliceTableData data,
WritableByteChannel channel) |
void write(Slice slice, SliceTableData data, OutputStream stream) throws IOException, DsplException, JAXBException
IOException
DsplException
JAXBException
void write(Concept concept, PropertyTableData data, OutputStream stream) throws IOException, DsplException, JAXBException
IOException
DsplException
JAXBException
void write(Slice slice, SliceTableData data, WritableByteChannel channel) throws IOException, DsplException, JAXBException
IOException
DsplException
JAXBException
void write(Concept concept, PropertyTableData data, WritableByteChannel channel) throws IOException, DsplException, JAXBException
IOException
DsplException
JAXBException
Copyright © 2016 Metron, Inc.. All rights reserved.