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

Uses of Interface
org.violetlib.io.Transactional

  • Packages that use Transactional 
    Package Description
    org.violetlib.io
     
    • Uses of Transactional in org.violetlib.io

      Subinterfaces of Transactional in org.violetlib.io 
      Modifier and Type Interface and Description
      interface  IOTransactional
      A transactional operation on a closable resource.
      interface  TransactionalOutputStream
      A transactional output stream.
      interface  TransactionalUncheckedOutputStream
      A transactional output stream that throws runtime exceptions.
      interface  TransactionalUncheckedWriter
      A transactional text writer that throws runtime exceptions.
      interface  TransactionalWriter
      A transactional text writer.