com.metsci.glimpse.dspl.parser
Interface TableWriter

All Known Implementing Classes:
ColumnBinaryParser, SimpleBinaryParser

public interface TableWriter


Method Summary
 void write(Concept concept, PropertyTableData data, java.io.OutputStream stream)
           
 void write(Concept concept, PropertyTableData data, java.nio.channels.WritableByteChannel channel)
           
 void write(Slice slice, SliceTableData data, java.io.OutputStream stream)
           
 void write(Slice slice, SliceTableData data, java.nio.channels.WritableByteChannel channel)
           
 

Method Detail

write

void write(Slice slice,
           SliceTableData data,
           java.io.OutputStream stream)
           throws java.io.IOException,
                  DsplException,
                  javax.xml.bind.JAXBException
Throws:
java.io.IOException
DsplException
javax.xml.bind.JAXBException

write

void write(Concept concept,
           PropertyTableData data,
           java.io.OutputStream stream)
           throws java.io.IOException,
                  DsplException,
                  javax.xml.bind.JAXBException
Throws:
java.io.IOException
DsplException
javax.xml.bind.JAXBException

write

void write(Slice slice,
           SliceTableData data,
           java.nio.channels.WritableByteChannel channel)
           throws java.io.IOException,
                  DsplException,
                  javax.xml.bind.JAXBException
Throws:
java.io.IOException
DsplException
javax.xml.bind.JAXBException

write

void write(Concept concept,
           PropertyTableData data,
           java.nio.channels.WritableByteChannel channel)
           throws java.io.IOException,
                  DsplException,
                  javax.xml.bind.JAXBException
Throws:
java.io.IOException
DsplException
javax.xml.bind.JAXBException


Copyright © 2012 Metron, Inc.. All Rights Reserved.