Interface Writer
- All Superinterfaces:
AutoCloseable, Closeable
- All Known Implementing Classes:
DlgpWriter
-
Method Summary
-
Method Details
-
write
Write the given object if possible- Parameters:
object- object to write- Throws:
IOException- If an I/O error occurs
-
flush
Flush the writer if possible- Throws:
IOException- If an I/O error occurs
-
write
Write the given objects if possible- Parameters:
objects- objects to write- Throws:
IOException- If an I/O error occurs
-