java.lang.Object
libldt3.LdtWriter
Simple, reflection and annotation based writer for LDT 3.0.
- Author:
- Christoph Brill <opensource@christophbrill.de>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(List<Satz> data, PrintWriter writer) Write a given set of Satz elements to a given writervoidWrite a given set of Satz elements to a given pathvoidWrite a given set of Satz elements to a given path
-
Constructor Details
-
LdtWriter
-
-
Method Details
-
write
Write a given set of Satz elements to a given path- Parameters:
data- the Satz elements to writepath- the path to write to- Throws:
IOException- if writing the Satz elements failed
-
write
Write a given set of Satz elements to a given path- Parameters:
data- the Satz elements to writepath- the path to write to- Throws:
IOException- if writing the Satz elements failed
-
write
Write a given set of Satz elements to a given writer- Parameters:
data- the Satz elements to writewriter- the writer to write to- Throws:
IOException- if writing the Satz elements failed
-