org.objectweb.util.monolog.wrapper.printwriter

Class EmptyWriter


public class EmptyWriter
extends Writer

An empty Writer doing nothing.

Author:
S.Chassande-Barrioz

Constructor Summary

EmptyWriter()

Method Summary

void
close()
void
flush()
void
write(String str)
void
write(String str, int off, int len)
void
write(char[] cbuf)
void
write(char[] cbuf, int off, int len)
void
write(int c)

Constructor Details

EmptyWriter

public EmptyWriter()

Method Details

close

public void close()


flush

public void flush()


write

public void write(String str)


write

public void write(String str,
                  int off,
                  int len)


write

public void write(char[] cbuf)


write

public void write(char[] cbuf,
                  int off,
                  int len)


write

public void write(int c)