Overview
Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev Class
Next Class
VUtils – Release 1
Class org.violetlib.io.WriterFromVUWriter
Inherited members: ShowHide
Deprecated: ShowHide
org.violetlib.io

Class WriterFromVUWriter

  • Object
    • Writer
      • WriterFromVUWriter
  • All Implemented Interfaces:
    Closeable, Flushable, Appendable, AutoCloseable
    public class WriterFromVUWriter extends Writer
    A Writer that writes to a VUWriter.
    • Static Methods 
      Modifier and Type Static Method and Description
      Ordinary member indicator create Reveal DetailHide Detail
      static Writer create(VUWriter target)
       
      public static Writer create(VUWriter target)
    • Methods 
      Modifier and Type Method and Description
      Inherited member indicator append Reveal DetailHide Detail
      Writer append(char arg0)
       
      public Writer append(char arg0) throws IOException
      Inherited member indicator append Reveal DetailHide Detail
      Writer append(CharSequence arg0)
       
      public Writer append(CharSequence arg0) throws IOException
      Inherited member indicator append Reveal DetailHide Detail
      Writer append(CharSequence arg0, int arg1, int arg2)
       
      public Writer append(CharSequence arg0, int arg1, int arg2) throws IOException
      Overridden member indicator close Reveal DetailHide Detail
      void close()
      This method has no effect.
      public void close()
      This method has no effect.
      Specified by:
      close in interface Closeable
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in class Writer
      Overridden member indicator flush Reveal DetailHide Detail
      void flush()
       
      public void flush()
      Inherited member indicator write Reveal DetailHide Detail
      void write(char[] arg0)
       
      public void write(char[] arg0) throws IOException
      Overridden member indicator write Reveal DetailHide Detail
      void write(char[] chars, int offset, int len)
       
      public void write(char[] chars, int offset, int len)
      Inherited member indicator write Reveal DetailHide Detail
      void write(int arg0)
       
      public void write(int arg0) throws IOException
      Inherited member indicator write Reveal DetailHide Detail
      void write(String arg0)
       
      public void write(String arg0) throws IOException
      Inherited member indicator write Reveal DetailHide Detail
      void write(String arg0, int arg1, int arg2)
       
      public void write(String arg0, int arg1, int arg2) throws IOException
      • Methods inherited from class Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait