public static class TextWriter.STDERR extends Object implements TextWriter
TextWriter.STDERR, TextWriter.STDOUT, TextWriter.STREAM| Constructor and Description |
|---|
TextWriter.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 TextWriter.STDERR()
public void writeRecord(String record)
writeRecord in interface TextWriterrecord - - the record to write.public void flush()
flush in interface TextWriterpublic void shutdown()
shutdown in interface TextWriterpublic long getBytesWritten()
getBytesWritten in interface TextWriterCopyright © 2010-2015 ForgeRock AS. All Rights Reserved.