VUtils – Release 1
Uses of Package org.violetlib.io
-
-
Class |
Description |
IOTransactional |
A transactional operation on a closable resource.
|
Transactional |
A general transactional operation.
|
VOutputStream |
Basic output stream operations, excluding close .
|
VStringWriter |
A writer that collects text in a String.
|
VULineWriter |
A writer that writes individual lines and throws an unchecked exception in case of error.
|
VUWriter |
Basic writer operations that either throw an unchecked exception (IORuntimeException ) or throw no exceptions.
|
VWriter |
Basic writer operations that throw IOException .
|