Package technology.tabula.writers
Interface Writer
- All Known Implementing Classes:
CSVWriter,JSONWriter,TSVWriter
public interface Writer
-
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(Appendable out, List<Table> tables) voidwrite(Appendable out, Table table)
-
Method Details
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-