VUtils – Release 1
Class org.violetlib.io.WriterFromVUWriter
Deprecated: ShowHide
-
-
|
Modifier and Type |
Static Method and Description |
|
create |
static Writer create(VUWriter target)
public static Writer create( VUWriter target)
|
-
|
Modifier and Type |
Method and Description |
|
append |
public Writer append(char arg0)
throws IOException
|
|
append |
Writer append(CharSequence arg0)
public Writer append(CharSequence arg0)
throws IOException
|
|
append |
Writer append(CharSequence arg0,
int arg1,
int arg2)
public Writer append(CharSequence arg0,
int arg1,
int arg2)
throws IOException
|
|
close |
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
|
|
flush |
|
|
write |
public void write(char[] arg0)
throws IOException
|
|
write |
void write(char[] chars,
int offset,
int len)
public void write(char[] chars,
int offset,
int len)
|
|
write |
public void write(int arg0)
throws IOException
|
|
write |
public void write(String arg0)
throws IOException
|
|
write |
void write(String arg0,
int arg1,
int arg2)
public void write(String arg0,
int arg1,
int arg2)
throws IOException
|
-
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait