Overview
Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev Package
Next Package
VUtils – Release 1
Package org.violetlib.io
Deprecated: ShowHide

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, excluding close.
    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 throw IOException.
  • 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 a Writer to support the VUWriter interface.
    WriterFromVUWriter
    A Writer that writes to a VUWriter.