public static class TextWriter.STDERR extends Object implements TextWriter
TextWriter.STDERR, TextWriter.STDOUT, TextWriter.STREAM| Constructor and Description |
|---|
STDERR() |
| Modifier and Type | Method and Description |
|---|---|
void |
flush()
Flushes any buffered contents of the output stream.
|
long |
getBytesWritten()
Retrieves the number of bytes written by this writer.
|
void |
shutdown()
Releases any resources held by the writer.
|
void |
writeRecord(String record)
Writes a text record to the output stream.
|
public void writeRecord(String record)
TextWriterwriteRecord in interface TextWriterrecord - - the record to write.public void flush()
TextWriterflush in interface TextWriterpublic void shutdown()
TextWritershutdown in interface TextWriterpublic long getBytesWritten()
TextWritergetBytesWritten in interface TextWriterCopyright © 2010-2020 Wren Security. All Rights Reserved.