Package org.violetlib.io
-
Interface Summary Interface Description IOTransactional A transactional operation on a closable resource.Transactional A general transactional operation.TransactionalOutputStream A transactional output stream.TransactionalUncheckedOutputStream A transactional output stream that throws runtime exceptions.TransactionalUncheckedWriter A transactional text writer that throws runtime exceptions.TransactionalWriter A transactional text writer.VOutputStream Basic output stream operations, excludingclose.VULineWriter A writer that writes individual lines and throws an unchecked exception in case of error.VUOutputStream Basic output stream operations that either throw an unchecked exception (IORuntimeException) or throw no exceptions.VUWriter Basic writer operations that either throw an unchecked exception (IORuntimeException) or throw no exceptions.VWriter Basic writer operations that throwIOException. -
Class Summary Class Description VStringWriter A writer that collects text in a String.VULineWritingConverter Allows a writer to supply text to a line writer.VUWriterWrapper Wraps aWriterto support theVUWriterinterface.WriterFromVUWriter AWriterthat writes to aVUWriter.