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

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
      interface  TransactionalUncheckedOutputStream
      A transactional output stream that throws runtime exceptions.
      interface  TransactionalUncheckedWriter
      A transactional text writer that throws runtime exceptions.
      Classes in org.violetlib.io that implement VUWriter 
      Modifier and Type Class and Description
      class  VStringWriter
      A writer that collects text in a String.
      class  VULineWritingConverter
      Allows a writer to supply text to a line writer.
      class  VUWriterWrapper
      Wraps a Writer to support the VUWriter interface.
      Methods in org.violetlib.io that return VUWriter 
      Modifier and Type Method and Description
      static VUWriter  VULineWritingConverter.create(VULineWriter target)
      Create a writer that collects the supplied text into lines that are written indivually to the specified line writer.
      static VUWriter  VUWriterWrapper.create(Writer w)
       
      static VUWriter  VUWriter.from(Writer w)
       
      Methods in org.violetlib.io with parameters of type VUWriter 
      Modifier and Type Method and Description
      static Writer  WriterFromVUWriter.create(VUWriter target)