public final class ProvaNullWriter
extends java.io.Writer
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
static java.io.Writer |
getInstance() |
static java.io.PrintWriter |
getPrintWriter() |
void |
write(char[] cbuf,
int off,
int len) |
public static final java.io.Writer getInstance()
public static final java.io.PrintWriter getPrintWriter()
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.Writerjava.io.IOExceptionpublic void flush()
throws java.io.IOException
flush in interface java.io.Flushableflush in class java.io.Writerjava.io.IOExceptionpublic void write(char[] cbuf,
int off,
int len)
throws java.io.IOException
write in class java.io.Writerjava.io.IOExceptionCopyright © 2019. All Rights Reserved.