org.violetlib.io
Interface VWriter
-
- All Known Subinterfaces:
- TransactionalWriter
public interface VWriterBasic writer operations that throwIOException
. Intentionally does not support the close method to avoid inadvertent incorrect use with transactional writers.This interface interprets newline characters as line separators. Implementations that write to files or other system devices should map newlines to the appropriate line separator.