Uses of Interface
org.violetlib.io.VUWriter
-
Packages that use VUWriter Package Description org.violetlib.io -
-
Uses of VUWriter in org.violetlib.io
Subinterfaces of VUWriter in org.violetlib.io Modifier and Type Interface and Description interfaceTransactionalUncheckedOutputStreamA transactional output stream that throws runtime exceptions.interfaceTransactionalUncheckedWriterA transactional text writer that throws runtime exceptions.Classes in org.violetlib.io that implement VUWriter Modifier and Type Class and Description classVStringWriterA writer that collects text in a String.classVULineWritingConverterAllows a writer to supply text to a line writer.classVUWriterWrapperWraps aWriterto support theVUWriterinterface.Methods in org.violetlib.io that return VUWriter Modifier and Type Method and Description static VUWriterVULineWritingConverter. create(VULineWriter target)Create a writer that collects the supplied text into lines that are written indivually to the specified line writer.static VUWriterVUWriterWrapper. create(Writer w)static VUWriterVUWriter. from(Writer w)Methods in org.violetlib.io with parameters of type VUWriter Modifier and Type Method and Description static WriterWriterFromVUWriter. create(VUWriter target)
-