Package ca.phon.app.log
Interface BufferExporter<T>
- All Known Implementing Classes:
HTMLTableBufferExporter
public interface BufferExporter<T>
Interface for exporting data from a buffer to another
format.
-
Method Summary
Modifier and TypeMethodDescriptionexportBuffer
(LogBuffer buffer) Export buffer to annotation type.
-
Method Details
-
exportBuffer
Export buffer to annotation type.- Parameters:
buffer
-- Returns:
- Throws:
BufferExportException
-