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.
-